summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-63952.32bit.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-63952.32bit.stderr')
-rw-r--r--tests/ui/consts/issue-63952.32bit.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-63952.32bit.stderr b/tests/ui/consts/issue-63952.32bit.stderr
index 755c7fb7d..5375ec118 100644
--- a/tests/ui/consts/issue-63952.32bit.stderr
+++ b/tests/ui/consts/issue-63952.32bit.stderr
@@ -6,7 +6,7 @@ LL | const SLICE_WAY_TOO_LONG: &[u8] = unsafe {
|
= 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: 8, align: 4) {
- ╾─alloc4──╼ ff ff ff ff │ ╾──╼....
+ ╾ALLOC0╼ ff ff ff ff │ ╾──╼....
}
error: aborting due to previous error