Skip to content

Commit

Permalink
Bless clippy error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed May 5, 2022
1 parent 6baaa52 commit 5b5ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/tests/ui/indexing_slicing_index.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0080]: evaluation of `main::{constant#3}::<&i32>` failed
error[E0080]: evaluation of `main::{constant#3}` failed
--> $DIR/indexing_slicing_index.rs:31:14
|
LL | const { &ARR[idx4()] }; // Ok, let rustc handle const contexts.
Expand Down

0 comments on commit 5b5ac28

Please sign in to comment.