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 9
9
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
10
10
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
11
11
// 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" -> ""
12
15
13
16
#[ macro_use]
14
17
extern 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
4
1
error: proc macro panicked
5
- --> $DIR/invalid-punct-ident-1.rs:16 :1
2
+ --> $DIR/invalid-punct-ident-1.rs:19 :1
6
3
|
7
4
LL | invalid_punct!();
8
5
| ^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments