mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
![]() |
error: expected `;`, found `(`
|
||
|
--> $DIR/missing-semi.rs:6:5
|
||
|
|
|
||
|
LL | () => {
|
||
|
| ^ no rules expected this token in macro call
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|