]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/issue-79690.64bit.stderr
cab111ab69cdc298c4dc770b35806c818ac7180d
[rust.git] / src / test / ui / consts / issue-79690.64bit.stderr
1 error[E0080]: it is undefined behavior to use this value
2   --> $DIR/issue-79690.rs:30:1
3    |
4 LL | const G: Fat = unsafe { Transmute { t: FOO }.u };
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type validation failed at .1.<deref>.size.foo: encountered (potentially part of) a pointer, but expected plain (non-pointer) bytes
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.
8    = note: the raw bytes of the constant (size: 16, align: 8) {
9                ╾───────alloc2────────╼ ╾───────alloc5────────╼ │ ╾──────╼╾──────╼
10            }
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0080`.