Nicula Ionuț on Nostr: You're missing the point. Rust eliminates categories of bugs that you have to think ...
You're missing the point. Rust eliminates categories of bugs that you have to think about. All else being equal, if an exhaustive code review for some code written in C takes 1 hour, then, generally speaking, you'd expect the code review for semantically-equivalent Rust code to take significantly less than 1 hour, just because there are fewer things you have to check and think about.