summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-eval/dangling.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-eval/dangling.stderr')
-rw-r--r--src/test/ui/consts/const-eval/dangling.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/ui/consts/const-eval/dangling.stderr b/src/test/ui/consts/const-eval/dangling.stderr
new file mode 100644
index 000000000..92d70573d
--- /dev/null
+++ b/src/test/ui/consts/const-eval/dangling.stderr
@@ -0,0 +1,9 @@
+error[E0080]: evaluation of constant value failed
+ --> $DIR/dangling.rs:6:16
+ |
+LL | let _val = &*slice;
+ | ^^^^^^^ invalid metadata in wide pointer: slice is bigger than largest supported object
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0080`.