mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 02:31:13 +00:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
error: macro rhs must be delimited
|
|
--> $DIR/unused-macro-rules-malformed-rule.rs:6:11
|
|
|
|
|
LL | () => 0;
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|