2018-03-24 08:00:44 -05:00
|
|
|
error: no rules expected the token `enum E { }`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/nonterminal-matching.rs:19:10
|
2018-03-24 08:00:44 -05:00
|
|
|
|
|
|
|
|
LL | n!(a $nt_item b); //~ ERROR no rules expected the token `enum E { }`
|
2018-11-04 16:01:38 -06:00
|
|
|
| ^^^^^^^^ no rules expected this token in macro call
|
2018-03-24 08:00:44 -05:00
|
|
|
...
|
|
|
|
LL | complex_nonterminal!(enum E {});
|
|
|
|
| -------------------------------- in this macro invocation
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|