File tree Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 33// FIXME https://github.com/rust-lang/rust/issues/59998
44// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
55// 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" -> ""
611
712#[ macro_use]
813extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 11error: proc macro panicked
2- --> $DIR/invalid-punct-ident-1.rs:10 :1
2+ --> $DIR/invalid-punct-ident-1.rs:15 :1
33 |
44LL | invalid_punct!();
55 | ^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 33// FIXME https://github.com/rust-lang/rust/issues/59998
44// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
55// 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" -> ""
611
712#[ macro_use]
813extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 11error: proc macro panicked
2- --> $DIR/invalid-punct-ident-2.rs:10 :1
2+ --> $DIR/invalid-punct-ident-2.rs:15 :1
33 |
44LL | invalid_ident!();
55 | ^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 33// FIXME https://github.com/rust-lang/rust/issues/59998
44// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
55// 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" -> ""
611
712#[ macro_use]
813extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 11error: proc macro panicked
2- --> $DIR/invalid-punct-ident-3.rs:10 :1
2+ --> $DIR/invalid-punct-ident-3.rs:15 :1
33 |
44LL | invalid_raw_ident!();
55 | ^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments