We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeede9e commit 5d77173Copy full SHA for 5d77173
src/test/ui/macros/macro-at-most-once-rep-2018.stderr
@@ -41,7 +41,7 @@ LL | barplus!(); //~ERROR unexpected end of macro invocation
41
| ^^^^^^^^^^^ missing tokens in macro arguments
42
43
error: unexpected end of macro invocation
44
- --> $DIR/macro-at-most-once-rep-2018.rs:41:15
+ --> $DIR/macro-at-most-once-rep-2018.rs:39:15
45
|
46
LL | macro_rules! barplus {
47
| -------------------- when calling this macro
@@ -77,7 +77,7 @@ LL | barstar!(); //~ERROR unexpected end of macro invocation
77
78
79
80
- --> $DIR/macro-at-most-once-rep-2018.rs:46:14
+ --> $DIR/macro-at-most-once-rep-2018.rs:46:15
81
82
LL | macro_rules! barstar {
83
0 commit comments