9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
|
error: invalid macro matcher; matchers must be contained in balanced delimiters
|
||
|
--> $DIR/macro-missing-delimiters.rs:12:5
|
||
|
|
|
||
|
LL | baz => () //~ ERROR invalid macro matcher;
|
||
|
| ^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|