mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 20:00:43 +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
|
|
|