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 9cf4a9a commit 61b001fCopy full SHA for 61b001f
src/what-unsafe-does.md
@@ -30,7 +30,7 @@ language cares about is preventing the following things:
30
* a `char` outside the ranges [0x0, 0xD7FF] and [0xE000, 0x10FFFF]
31
* a `!` (all values are invalid for this type)
32
* a reference/`Box` that is dangling, unaligned, or points to an invalid value.
33
- * a wide reference, `Box` or raw pointer that has invalid metadata:
+ * a wide reference, `Box`, or raw pointer that has invalid metadata:
34
* slice metadata is invalid if the slice has a total size larger than
35
`isize::MAX` bytes in memory
36
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for
0 commit comments