Skip to content

Commit 4012b8d

Browse files
alexcrichtonjseyfried
authored andcommitted
Update UI test with proc_macro changes
1 parent 699078a commit 4012b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/ui/token/macro-incomplete-parse.stderr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
1515
|
1616
22 | () => ( 1, //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
1717
| ^ expected one of `.`, `;`, `?`, `}`, or an operator here
18+
...
19+
35 | ignored_expr!(); //~ NOTE in this expansion
20+
| ---------------- in this macro invocation
1821

1922
error: macro expansion ignores token `,` and any following
2023
--> $DIR/macro-incomplete-parse.rs:29:14

0 commit comments

Comments
 (0)