this post was submitted on 28 Nov 2021
11 points (100.0% liked)
Rust Programming
8306 readers
10 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I feel like Rust isn't good for anything that has unsafe in it, or anything that needs to call in C++ code (like the extended LLVM API).
Why is rust bad for unsafe? Isn't that like a superpower to be able to "override" the borrow checker on a specific line instead of having a whole unsafe codebase?