File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// aux-build:invalid-punct-ident.rs
2
2
3
3
// FIXME https://github.com/rust-lang/rust/issues/59998
4
- // normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
- // normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
4
+ // normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6
6
7
7
#[ macro_use]
8
8
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 1
1
// aux-build:invalid-punct-ident.rs
2
2
3
3
// FIXME https://github.com/rust-lang/rust/issues/59998
4
- // normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
- // normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
4
+ // normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6
6
7
7
#[ macro_use]
8
8
extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 1
1
// aux-build:invalid-punct-ident.rs
2
2
3
3
// FIXME https://github.com/rust-lang/rust/issues/59998
4
- // normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
- // normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
4
+ // normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5
+ // normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6
6
7
7
#[ macro_use]
8
8
extern crate invalid_punct_ident;
You can’t perform that action at this time.
0 commit comments