File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ LL | barplus!(); //~ERROR unexpected end of macro invocation
41
41
| ^^^^^^^^^^^ missing tokens in macro arguments
42
42
43
43
error: unexpected end of macro invocation
44
- --> $DIR/macro-at-most-once-rep-2018.rs:41 :15
44
+ --> $DIR/macro-at-most-once-rep-2018.rs:39 :15
45
45
|
46
46
LL | macro_rules! barplus {
47
47
| -------------------- when calling this macro
@@ -77,7 +77,7 @@ LL | barstar!(); //~ERROR unexpected end of macro invocation
77
77
| ^^^^^^^^^^^ missing tokens in macro arguments
78
78
79
79
error: unexpected end of macro invocation
80
- --> $DIR/macro-at-most-once-rep-2018.rs:46:14
80
+ --> $DIR/macro-at-most-once-rep-2018.rs:46:15
81
81
|
82
82
LL | macro_rules! barstar {
83
83
| -------------------- when calling this macro
You can’t perform that action at this time.
0 commit comments