Skip to content

Commit 440946a

Browse files
committed
update clippy stderr file
1 parent 2dcf55d commit 440946a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
error: this operation will panic at runtime
2+
--> $DIR/ice-5497.rs:9:22
3+
|
4+
LL | const OOB: i32 = [1][1] + T::OOB;
5+
| ^^^^^^ index out of bounds: the length is 1 but the index is 1
6+
|
7+
= note: `#[deny(unconditional_panic)]` on by default
8+
9+
error: aborting due to previous error
10+

0 commit comments

Comments
 (0)