We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ea929 commit 7ccca35Copy full SHA for 7ccca35
src/test/ui/proc-macro/invalid-punct-ident-1.rs
@@ -9,6 +9,9 @@
9
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
10
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
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" -> ""
15
16
#[macro_use]
17
extern crate invalid_punct_ident;
src/test/ui/proc-macro/invalid-punct-ident-1.stderr
@@ -1,5 +1,5 @@
1
error: proc macro panicked
2
- --> $DIR/invalid-punct-ident-1.rs:16:1
+ --> $DIR/invalid-punct-ident-1.rs:19:1
3
|
4
LL | invalid_punct!();
5
| ^^^^^^^^^^^^^^^^^
0 commit comments