Update UI test with proc_macro changes

This commit is contained in:
Alex Crichton 2017-06-21 11:32:50 -07:00 committed by Jeffrey Seyfried
parent 699078a35b
commit 4012b8dc4a

View File

@ -15,6 +15,9 @@ error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
|
22 | () => ( 1, //~ ERROR expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
| ^ expected one of `.`, `;`, `?`, `}`, or an operator here
...
35 | ignored_expr!(); //~ NOTE in this expansion
| ---------------- in this macro invocation
error: macro expansion ignores token `,` and any following
--> $DIR/macro-incomplete-parse.rs:29:14