Hacker News new | ask | show | jobs
by zamalek 1256 days ago
The borrow checker only prevents certain classes of memory bugs. You can definitely still have logical bugs in Rust.
1 comments

Logical bugs are out of scope for any programming language.