mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
error: macro rhs must be delimited
|
|
--> $DIR/unused-macro-rules-malformed-rule.rs:6:11
|
|
|
|
|
LL | () => 0;
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|