This commit is contained in:
Steve Klabnik 2017-02-21 00:12:14 -05:00
parent 093380acdc
commit ac4c55e944

View File

@ -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).