]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-err4.64bit.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / consts / const-err4.64bit.stderr
CommitLineData
a1dfa0c6 1error[E0080]: it is undefined behavior to use this value
cdc7bbd5 2 --> $DIR/const-err4.rs:9:11
b7449926
XL
3 |
4LL | Boo = [unsafe { Foo { b: () }.a }; 4][3],
923072b8 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type validation failed: encountered uninitialized bytes, but expected initialized bytes
a1dfa0c6 6 |
e1599b0c 7 = note: The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
cdc7bbd5
XL
8 = note: the raw bytes of the constant (size: 8, align: 8) {
9 __ __ __ __ __ __ __ __ │ ░░░░░░░░
10 }
b7449926
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0080`.