rust/src/test/ui/macros/macro-match-nonterminal.stderr

9 lines
225 B
Plaintext

error: missing fragment specifier
--> $DIR/macro-match-nonterminal.rs:11:24
|
LL | macro_rules! test { ($a, $b) => (()); } //~ ERROR missing fragment
| ^
error: aborting due to previous error