We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e23d1 commit ad60b7aCopy full SHA for ad60b7a
src/behavior-considered-undefined.md
@@ -55,8 +55,8 @@ code.
55
* Invalid values for a type with a custom definition of invalid values.
56
In the standard library, this affects [`NonNull<T>`] and [`NonZero*`].
57
58
- > **Note**: For `rustc`, requesting custom invalid values requires the
59
- > unstable `rustc_layout_scalar_valid_range_*` attributes.
+ > **Note**: `rustc` achieves this with the unstable
+ > `rustc_layout_scalar_valid_range_*` attributes.
60
61
A reference/pointer is "dangling" if it is null or not all of the bytes it
62
points to are part of the same allocation (so in particular they all have to be
0 commit comments