Bless clippy error msg

This commit is contained in:
Gary Guo 2022-05-05 14:27:11 +01:00
parent 8172166f34
commit f0c2ac8a29

View file

@ -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.