Hacker News new | ask | show | jobs
by pjmlp 961 days ago
It isn't as if Rust is any different in this regard.
1 comments

I'd argue exactly the contrary. In Rust you went out of your way to write the unsafe thing because that's specifically what you intended. As a result there's no need to try to guess whether this code doesn't care, if it didn't care it would be checked because that's the default.