summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr')
-rw-r--r--src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr b/src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr
new file mode 100644
index 000000000..d247d691d
--- /dev/null
+++ b/src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr
@@ -0,0 +1,10 @@
+error: this operation will panic at runtime
+ --> $DIR/index_out_of_bounds_propagated.rs:5:5
+ |
+LL | array[1];
+ | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1
+ |
+ = note: `#[deny(unconditional_panic)]` on by default
+
+error: aborting due to previous error
+