|
|
|
|
|
by sophacles
1367 days ago
|
|
Rust is literally designed with the `unsafe` keyword that tells the compiler: "hey you won't be to prove this is correct, but I'm going to do it anyway, don't check it". The restrictions merely apply to provably correct code. I'm not sure how telling the compiler to disable the safety features so you can do your thing is unbearably limiting. |
|