Comment by zamalek
3 years ago
The borrow checker only prevents certain classes of memory bugs. You can definitely still have logical bugs in Rust.
3 years ago
The borrow checker only prevents certain classes of memory bugs. You can definitely still have logical bugs in Rust.
Logical bugs are out of scope for any programming language.