We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baaa52 commit 5b5ac28Copy full SHA for 5b5ac28
src/tools/clippy/tests/ui/indexing_slicing_index.stderr
@@ -1,4 +1,4 @@
1
-error[E0080]: evaluation of `main::{constant#3}::<&i32>` failed
+error[E0080]: evaluation of `main::{constant#3}` failed
2
--> $DIR/indexing_slicing_index.rs:31:14
3
|
4
LL | const { &ARR[idx4()] }; // Ok, let rustc handle const contexts.
0 commit comments