File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
// failure-status: 101
2
2
// rustc-env:RUST_BACKTRACE=0
3
+ // normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
4
+ // normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
3
5
4
6
// This is a repro test for an ICE in our pattern handling of constants.
5
7
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
7
7
8
8
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
9
9
10
- note: rustc 1.35.0-dev running on x86_64-unknown-linux-gnu
10
+ note: rustc VERSION running on TARGET
11
11
12
- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath
12
+ note: compiler flags: FLAGS
13
13
You can’t perform that action at this time.
0 commit comments