Unsafe operations are those that can potentially violate the memory-safety guarantees of Rust’s static semantics.
The following language level features cannot be used in the safe subset of Rust:
union, other than to assign to it.target_feature from a function that does not have a target_feature attribute enabling the same features (see attributes.codegen.target_feature.safety-restrictions).Prior to the 2024 edition, extern blocks were allowed to be declared without unsafe. ↩
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/reference/unsafety.html