Warning
This post was published 49 days ago. The information described in this article may have changed.
The Rust compiler categorizes “unsafe Rust” into 13 different operations via UnsafeOpKind, but the Rust documentation only introduces five “unsafe superpowers” and says:
“The unsafe keyword only gives you access to these five features that are then not checked by the compiler for memory safety.”
How should this be understood?
2 posts - 2 participants
🏷️ rust_feed