We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1140a91 commit 91a15e2Copy full SHA for 91a15e2
src/test/ui/consts/issue-62045.rs
@@ -3,4 +3,3 @@
3
fn main() {
4
assert_eq!(&mut [0; 1][..], &mut []);
5
}
6
-
src/test/ui/consts/miri_unleashed/mutable_references_ice.rs
@@ -3,7 +3,7 @@
// rustc-env:RUST_BACKTRACE=0
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
-// normalize-stderr-test "src/librustc_mir/interpret/intern.rs:[0-9]*:[0-9]*" -> "src/librustc_mir/interpret/intern.rs:LL:CC"
+// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
7
8
#![allow(const_err)]
9
0 commit comments