File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11// failure-status: 101
22// 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"
35
46// This is a repro test for an ICE in our pattern handling of constants.
57
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
77
88note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
99
10- note: rustc 1.35.0-dev running on x86_64-unknown-linux-gnu
10+ note: rustc VERSION running on TARGET
1111
12- note: compiler flags: -Z threads=1 -Z ui-testing -Z unstable-options -C prefer-dynamic -C rpath
12+ note: compiler flags: FLAGS
1313
You can’t perform that action at this time.
0 commit comments