rust/tests/ui/invalid/invalid-macro-matcher.stderr
2023-01-11 09:32:08 +00:00

9 lines
194 B
Plaintext

error: invalid macro matcher; matchers must be contained in balanced delimiters
--> $DIR/invalid-macro-matcher.rs:4:5
|
LL | _ => ();
| ^
error: aborting due to previous error