subsume the NonNull things as library types

pull/158/head
Ralf Jung 6 years ago committed by Alexis Beingessner
parent 2d8338bea7
commit 447fdb0cd9

@ -29,7 +29,8 @@ language cares about is preventing the following things:
* an undefined `enum` discriminant
* a `char` outside the ranges [0x0, 0xD7FF] and [0xE000, 0x10FFFF]
* a non-utf8 `str`
* a `NonNull` or `NonZero*` that is 0
* an invalid library type with custom invalid values, such as a `NonNull` or
`NonZero*` that is 0
* Unwinding into another language
* Causing a [data race][race]

Loading…
Cancel
Save