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 0ebdaca commit 1d0b6c1Copy full SHA for 1d0b6c1
src/what-unsafe-does.md
@@ -5,7 +5,7 @@ The only things that are different in Unsafe Rust are that you can:
5
* Dereference raw pointers
6
* Call `unsafe` functions (including C functions, compiler intrinsics, and the raw allocator)
7
* Implement `unsafe` traits
8
-* Mutate statics
+* Access or modify mutable statics
9
* Access fields of `union`s
10
11
That's it. The reason these operations are relegated to Unsafe is that misusing
0 commit comments