Skip to content

Commit 91a15e2

Browse files
committed
Pacify tidy
1 parent 1140a91 commit 91a15e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/test/ui/consts/issue-62045.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
fn main() {
44
assert_eq!(&mut [0; 1][..], &mut []);
55
}
6-

src/test/ui/consts/miri_unleashed/mutable_references_ice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// rustc-env:RUST_BACKTRACE=0
44
// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
55
// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
6-
// normalize-stderr-test "src/librustc_mir/interpret/intern.rs:[0-9]*:[0-9]*" -> "src/librustc_mir/interpret/intern.rs:LL:CC"
6+
// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
77

88
#![allow(const_err)]
99

0 commit comments

Comments
 (0)