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 307db2a commit 929fd20Copy full SHA for 929fd20
src/what-unsafe-does.md
@@ -35,7 +35,8 @@ language cares about is preventing the following things:
35
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for
36
`Trait` that matches the actual dynamic trait the reference points to
37
* a non-utf8 `str`
38
- * an uninitialized integer (`i*`/`u*`) or floating point value (`f*`)
+ * an uninitialized integer (`i*`/`u*`), floating point value (`f*`), or raw
39
+ pointer
40
* an invalid library type with custom invalid values, such as a `NonNull` or
41
`NonZero*` that is 0
42
* Unwinding into another language
0 commit comments