Skip to content

Commit f0c2ac8

Browse files
committed
Bless clippy error msg
1 parent 8172166 commit f0c2ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/indexing_slicing_index.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error[E0080]: evaluation of `main::{constant#3}::<&i32>` failed
1+
error[E0080]: evaluation of `main::{constant#3}` failed
22
--> $DIR/indexing_slicing_index.rs:31:14
33
|
44
LL | const { &ARR[idx4()] }; // Ok, let rustc handle const contexts.

0 commit comments

Comments
 (0)