summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-miri-1910.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-miri-1910.stderr')
-rw-r--r--tests/ui/consts/issue-miri-1910.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-miri-1910.stderr b/tests/ui/consts/issue-miri-1910.stderr
index 61865b1da..a10eea9de 100644
--- a/tests/ui/consts/issue-miri-1910.stderr
+++ b/tests/ui/consts/issue-miri-1910.stderr
@@ -1,7 +1,7 @@
error[E0080]: evaluation of constant value failed
--> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
|
- = note: unable to copy parts of a pointer from memory at ALLOC
+ = note: unable to turn pointer into raw bytes
|
= help: this code performed an operation that depends on the underlying bytes representing a pointer
= help: the absolute address of a pointer is not known at compile-time, so such operations are not supported