update clippy stderr file

This commit is contained in:
Oli Scherer 2022-03-24 11:27:07 +00:00
parent 2dcf55d10d
commit 440946af11

View file

@ -0,0 +1,10 @@
error: this operation will panic at runtime
--> $DIR/ice-5497.rs:9: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 previous error