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 5757 > ** Note** : ` rustc ` achieves this with the unstable
5858 > ` rustc_layout_scalar_valid_range_* ` attributes.
5959
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
6363fields of a compound type (in the "padding").
6464
6565A 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