We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093380a commit ac4c55eCopy full SHA for ac4c55e
src/doc/reference/src/unsafety.md
@@ -6,6 +6,6 @@ guarantees of Rust's static semantics.
6
The following language level features cannot be used in the safe subset of
7
Rust:
8
9
-- Dereferencing a [raw pointer](#pointer-types).
10
-- 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).
11
- Calling an unsafe function (including an intrinsic or foreign function).
0 commit comments