|
|
|
|
|
by indigoabstract
173 days ago
|
|
My controversial opinion: If Rust were to "borrow" something from the C/C++ spirit, then disabling the borrow checker should be available as a compiler option. As in, you're an adult: if you want it, you can have it, instead of "we know better". |
|
You can already disable it locally: the unsafe keyword is for that.