mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
error: expected expression, found `$`
|
|
--> $DIR/issue-35450.rs:4:8
|
|
|
|
|
LL | m!($t);
|
|
| ^ expected expression
|
|
|
|
error: aborting due to previous error
|
|
|