rust/tests/ui/crashes/ice-5497.stderr

11 lines
325 B
Plaintext
Raw Normal View History

2022-03-24 06:27:07 -05:00
error: this operation will panic at runtime
--> tests/ui/crashes/ice-5497.rs:11:22
2022-03-24 06:27:07 -05:00
|
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
2022-03-24 06:27:07 -05:00