Skip to content

Commit

Permalink
update clippy stderr file
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Mar 24, 2022
1 parent 2dcf55d commit 440946a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/tools/clippy/tests/ui/crashes/ice-5497.stderr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 440946a

Please sign in to comment.