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
4141 | ^^^^^^^^^^^ missing tokens in macro arguments
4242
4343error: 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
4545 |
4646LL | macro_rules! barplus {
4747 | -------------------- when calling this macro
@@ -77,7 +77,7 @@ LL | barstar!(); //~ERROR unexpected end of macro invocation
7777 | ^^^^^^^^^^^ missing tokens in macro arguments
7878
7979error: 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
8181 |
8282LL | macro_rules! barstar {
8383 | -------------------- when calling this macro
You can’t perform that action at this time.
0 commit comments