2021-06-07 20:17:48 -05:00
|
|
|
error: local ambiguity when calling macro `ambiguity`: multiple parsing options: built-in NTs ident ('i') or ident ('j').
|
2020-03-17 06:54:57 -05:00
|
|
|
--> $DIR/local-ambiguity-multiple-parsing-options.rs:7:12
|
|
|
|
|
|
|
|
|
LL | ambiguity!(error);
|
|
|
|
| ^^^^^
|
|
|
|
|
2021-06-07 20:17:48 -05:00
|
|
|
error: local ambiguity when calling macro `ambiguity`: multiple parsing options: built-in NTs ident ('i') or ident ('j').
|
2020-03-17 06:54:57 -05:00
|
|
|
--> $DIR/local-ambiguity-multiple-parsing-options.rs:8:12
|
|
|
|
|
|
|
|
|
LL | ambiguity!(error);
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|