2018-03-24 08:00:44 -05:00
|
|
|
error: no rules expected the token `enum E { }`
|
|
|
|
--> $DIR/nonterminal-matching.rs:29:10
|
|
|
|
|
|
|
|
|
LL | n!(a $nt_item b); //~ ERROR no rules expected the token `enum E { }`
|
2018-10-23 19:18:14 -05:00
|
|
|
| ^^^^^^^^ no rules expected the token `enum E { }`
|
2018-03-24 08:00:44 -05:00
|
|
|
...
|
|
|
|
LL | complex_nonterminal!(enum E {});
|
|
|
|
| -------------------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|