]> git.proxmox.com Git - rustc.git/blame - tests/ui/unsafe/ranged_ints.mir.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / unsafe / ranged_ints.mir.stderr
CommitLineData
0731742a 1error[E0133]: initializing type with `rustc_layout_scalar_valid_range` attr is unsafe and requires unsafe function or block
17df50a5 2 --> $DIR/ranged_ints.rs:10:14
0731742a 3 |
532ac7d7 4LL | let _x = NonZero(0);
0731742a
XL
5 | ^^^^^^^^^^ initializing type with `rustc_layout_scalar_valid_range` attr
6 |
7 = note: initializing a layout restricted type's field with a value outside the valid range is undefined behavior
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0133`.