]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/issue-83182.64bit.stderr
adjust tests
[rust.git] / src / test / ui / consts / issue-83182.64bit.stderr
index f5aaec91b013f7410a4db48a65953623fa543b63..5c3ade7c1de44115861e001267349bb8a033395c 100644 (file)
@@ -6,7 +6,7 @@ LL | const MYSTR_NO_INIT: &MyStr = unsafe { mem::transmute::<&[_], _>(&[&()]) };
    |
    = 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.
    = note: the raw bytes of the constant (size: 16, align: 8) {
-               ╾───────alloc3────────╼ 01 00 00 00 00 00 00 00 │ ╾──────╼........
+               ╾───────alloc4────────╼ 01 00 00 00 00 00 00 00 │ ╾──────╼........
            }
 
 error: aborting due to previous error