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 78c2473 commit 5287c52Copy full SHA for 5287c52
src/what-unsafe-does.md
@@ -34,7 +34,7 @@ language cares about is preventing the following things:
34
* a reference/`Box` that is dangling, unaligned, or points to an invalid value.
35
* a wide reference, `Box`, or raw pointer that has invalid metadata:
36
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for
37
- `Trait` that matches the actual dynamic trait the reference points to
+ `Trait` that matches the actual dynamic trait the pointer or reference points to
38
* slice metadata is invalid if the length is not a valid `usize`
39
(i.e., it must not be read from uninitialized memory)
40
* a `str` that isn't valid UTF-8
0 commit comments