File tree 6 files changed +18
-3
lines changed
6 files changed +18
-3
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
11
7
12
#[ macro_use]
8
13
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 1
1
error: proc macro panicked
2
- --> $DIR/invalid-punct-ident-1.rs:10 :1
2
+ --> $DIR/invalid-punct-ident-1.rs:15 :1
3
3
|
4
4
LL | invalid_punct!();
5
5
| ^^^^^^^^^^^^^^^^^
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
11
7
12
#[ macro_use]
8
13
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 1
1
error: proc macro panicked
2
- --> $DIR/invalid-punct-ident-2.rs:10 :1
2
+ --> $DIR/invalid-punct-ident-2.rs:15 :1
3
3
|
4
4
LL | invalid_ident!();
5
5
| ^^^^^^^^^^^^^^^^^
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
11
7
12
#[ macro_use]
8
13
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 1
1
error: proc macro panicked
2
- --> $DIR/invalid-punct-ident-3.rs:10 :1
2
+ --> $DIR/invalid-punct-ident-3.rs:15 :1
3
3
|
4
4
LL | invalid_raw_ident!();
5
5
| ^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments