]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/issue-79690.64bit.stderr
adjust tests
[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                ╾───────alloc3────────╼ ╾───────alloc6────────╼ │ ╾──────╼╾──────╼
10            }
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0080`.