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 1824951 commit a7aa0a8Copy full SHA for a7aa0a8
src/what-unsafe-does.md
@@ -17,7 +17,7 @@ Unlike C, Undefined Behavior is pretty limited in scope in Rust. All the core
17
language cares about is preventing the following things:
18
19
* Dereferencing (using the `*` operator on) null, dangling, or unaligned
20
- references or raw pointers
+ pointers
21
* Reading [uninitialized memory][]
22
* Breaking the [pointer aliasing rules][]
23
* Producing invalid primitive values (either alone or as a field of a compound
0 commit comments