summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/unconditional_panic_98444.stderr
blob: 29719b2dad5235e5e7f6d892ce691e878ed09d30 (plain)
1
2
3
4
5
6
7
8
9
10
error: this operation will panic at runtime
  --> $DIR/unconditional_panic_98444.rs:6:13
   |
LL |     let _ = xs[7];
   |             ^^^^^ index out of bounds: the length is 5 but the index is 7
   |
   = note: `#[deny(unconditional_panic)]` on by default

error: aborting due to 1 previous error