]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/issue-79690.64bit.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / issue-79690.64bit.stderr
CommitLineData
5869c6ff 1error[E0080]: it is undefined behavior to use this value
cdc7bbd5 2 --> $DIR/issue-79690.rs:30:1
5869c6ff
XL
3 |
4LL | const G: Fat = unsafe { Transmute { t: FOO }.u };
064997fb 5 | ^^^^^^^^^^^^ constructing invalid value at .1: encountered a dangling reference (going beyond the bounds of its allocation)
5869c6ff
XL
6 |
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 8 = note: the raw bytes of the constant (size: 16, align: 8) {
064997fb 9 ╾───────alloc3────────╼ ╾───────alloc4────────╼ │ ╾──────╼╾──────╼
cdc7bbd5 10 }
5869c6ff
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0080`.