File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
1010// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
1111// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
12+ // normalize-stderr-test "query stack during panic:\n" -> ""
13+ // normalize-stderr-test "we're just showing a limited slice of the query stack\n" -> ""
14+ // normalize-stderr-test "end of query stack\n" -> ""
1215
1316#[ macro_use]
1417extern crate invalid_punct_ident;
Original file line number Diff line number Diff line change 1- query stack during panic:
2- we're just showing a limited slice of the query stack
3- end of query stack
41error: proc macro panicked
5- --> $DIR/invalid-punct-ident-1.rs:16 :1
2+ --> $DIR/invalid-punct-ident-1.rs:19 :1
63 |
74LL | invalid_punct!();
85 | ^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments