unsafety
This commit is contained in:
parent
093380acdc
commit
ac4c55e944
@ -6,6 +6,6 @@ guarantees of Rust's static semantics.
|
||||
The following language level features cannot be used in the safe subset of
|
||||
Rust:
|
||||
|
||||
- Dereferencing a [raw pointer](#pointer-types).
|
||||
- Reading or writing a [mutable static variable](#mutable-statics).
|
||||
- Dereferencing a [raw pointer](types.html#pointer-types).
|
||||
- Reading or writing a [mutable static variable](items.html#mutable-statics).
|
||||
- Calling an unsafe function (including an intrinsic or foreign function).
|
||||
|
Loading…
x
Reference in New Issue
Block a user