File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
// FIXME https://github.com/rust-lang/rust/issues/59998
4
4
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
5
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6
- // normalize-stderr-test "error : internal compiler error.*\n" -> ""
7
- // normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
8
- // normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
9
- // normalize-stderr-test "note: compiler flags.*\n" -> ""
10
- // normalize-stderr-test "note: rustc.*running on.*\n" -> ""
6
+ // normalize-stderr-test "\nerror : internal compiler error.*\n \n" -> ""
7
+ // normalize-stderr-test "note:.*unexpectedly panicked.*\n\n " -> ""
8
+ // normalize-stderr-test "note: we would appreciate a bug report.*\n\n " -> ""
9
+ // normalize-stderr-test "note: compiler flags.*\n\n " -> ""
10
+ // normalize-stderr-test "note: rustc.*running on.*\n\n " -> ""
11
11
12
12
#[ macro_use]
13
13
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 3
3
// FIXME https://github.com/rust-lang/rust/issues/59998
4
4
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
5
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6
- // normalize-stderr-test "error : internal compiler error.*\n" -> ""
7
- // normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
8
- // normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
9
- // normalize-stderr-test "note: compiler flags.*\n" -> ""
10
- // normalize-stderr-test "note: rustc.*running on.*\n" -> ""
6
+ // normalize-stderr-test "\nerror : internal compiler error.*\n \n" -> ""
7
+ // normalize-stderr-test "note:.*unexpectedly panicked.*\n\n " -> ""
8
+ // normalize-stderr-test "note: we would appreciate a bug report.*\n\n " -> ""
9
+ // normalize-stderr-test "note: compiler flags.*\n\n " -> ""
10
+ // normalize-stderr-test "note: rustc.*running on.*\n\n " -> ""
11
11
12
12
#[ macro_use]
13
13
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 3
3
// FIXME https://github.com/rust-lang/rust/issues/59998
4
4
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
5
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6
- // normalize-stderr-test "error : internal compiler error.*\n" -> ""
7
- // normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
8
- // normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
9
- // normalize-stderr-test "note: compiler flags.*\n" -> ""
10
- // normalize-stderr-test "note: rustc.*running on.*\n" -> ""
6
+ // normalize-stderr-test "\nerror : internal compiler error.*\n \n" -> ""
7
+ // normalize-stderr-test "note:.*unexpectedly panicked.*\n\n " -> ""
8
+ // normalize-stderr-test "note: we would appreciate a bug report.*\n\n " -> ""
9
+ // normalize-stderr-test "note: compiler flags.*\n\n " -> ""
10
+ // normalize-stderr-test "note: rustc.*running on.*\n\n " -> ""
11
11
12
12
#[ macro_use]
13
13
extern crate invalid_punct_ident;
You can’t perform that action at this time.
0 commit comments