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 423f6b9 commit c9db421Copy full SHA for c9db421
src/what-unsafe-does.md
@@ -28,6 +28,7 @@ language cares about is preventing the following things:
28
* an undefined `enum` discriminant
29
* a `char` outside the ranges [0x0, 0xD7FF] and [0xE000, 0x10FFFF]
30
* a non-utf8 `str`
31
+ * a `NonNull` or `NonZero*` that is 0
32
* a compound type (`enum`/`struct`/array/tuple) with an invalid field
33
* Unwinding into another language
34
* Causing a [data race][race]
0 commit comments