summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-eval/index_out_of_bounds_propagated.stderr
blob: d247d691dbb1b9c9b9f6ec0bac9217b8e443a407 (plain)
1
2
3
4
5
6
7
8
9
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