mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
error: arbitrary expressions aren't allowed in patterns
|
|
--> $DIR/issue-43250.rs:9:8
|
|
|
|
|
LL | m!(y);
|
|
| ^
|
|
|
|
error: arbitrary expressions aren't allowed in patterns
|
|
--> $DIR/issue-43250.rs:11:8
|
|
|
|
|
LL | m!(C);
|
|
| ^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|