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 2d8338b commit 447fdb0Copy full SHA for 447fdb0
src/what-unsafe-does.md
@@ -29,7 +29,8 @@ language cares about is preventing the following things:
29
* an undefined `enum` discriminant
30
* a `char` outside the ranges [0x0, 0xD7FF] and [0xE000, 0x10FFFF]
31
* a non-utf8 `str`
32
- * a `NonNull` or `NonZero*` that is 0
+ * an invalid library type with custom invalid values, such as a `NonNull` or
33
+ `NonZero*` that is 0
34
* Unwinding into another language
35
* Causing a [data race][race]
36
0 commit comments