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, 0 insertions, 10 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
deleted file mode 100644
index d247d691d..000000000
--- a/src/test/ui/consts/const-eval/index_out_of_bounds_propagated.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-