diff options
| author | Gary Guo <gary@garyguo.net> | 2022-05-05 14:27:11 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2022-05-05 14:27:11 +0100 |
| commit | f0c2ac8a298f7bf828334972cf7c00a20389bbdb (patch) | |
| tree | 1a1f8cca59fc39ae92f0e6d7844e2681d4e60bcd | |
| parent | 8172166f34fe5077b3873a6254d379b2282e1530 (diff) | |
| download | rust-f0c2ac8a298f7bf828334972cf7c00a20389bbdb.tar.gz rust-f0c2ac8a298f7bf828334972cf7c00a20389bbdb.zip | |
Bless clippy error msg
| -rw-r--r-- | tests/ui/indexing_slicing_index.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/indexing_slicing_index.stderr b/tests/ui/indexing_slicing_index.stderr index 83a36f407d5..6ae700753f0 100644 --- a/tests/ui/indexing_slicing_index.stderr +++ b/tests/ui/indexing_slicing_index.stderr @@ -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. |
