blob: 3efaf05827e80554e58b2e7e1c12f67e1938cbfa [file] [log] [blame]
error: this operation will panic at runtime
--> $DIR/ice-5497.rs:11:22
|
LL | const OOB: i32 = [1][1] + T::OOB;
| ^^^^^^ index out of bounds: the length is 1 but the index is 1
|
= note: `#[deny(unconditional_panic)]` on by default
error: aborting due to 1 previous error