File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
> ** Note** : ` rustc ` achieves this with the unstable
58
58
> ` rustc_layout_scalar_valid_range_* ` attributes.
59
59
60
- Note that uninitialized memory is also implicitly invalid for any type that has
61
- a restricted set of valid values. In other words, the only cases in which
62
- reading uninitialized memory is permitted is inside ` union ` s, and between the
60
+ ** Note: ** Uninitialized memory is also implicitly invalid for any type that has
61
+ a restricted set of valid values. In other words, the only cases in which
62
+ reading uninitialized memory is permitted is inside ` union ` s and between the
63
63
fields of a compound type (in the "padding").
64
64
65
65
A reference/pointer is "dangling" if it is null or not all of the bytes it
You can’t perform that action at this time.
0 commit comments