Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 820 Bytes

unsafety.md

File metadata and controls

23 lines (19 loc) · 820 Bytes

Unsafety

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: