mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
error: local ambiguity when calling macro `ambiguity`: multiple parsing options: built-in NTs ident ('i') or ident ('j').
|
|
--> $DIR/local-ambiguity-multiple-parsing-options.rs:7:12
|
|
|
|
|
LL | ambiguity!(error);
|
|
| ^^^^^
|
|
|
|
error: local ambiguity when calling macro `ambiguity`: multiple parsing options: built-in NTs ident ('i') or ident ('j').
|
|
--> $DIR/local-ambiguity-multiple-parsing-options.rs:8:12
|
|
|
|
|
LL | ambiguity!(error);
|
|
| ^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|