9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
error: expected expression, found `$`
|
||
|
--> $DIR/issue-35450.rs:14:8
|
||
|
|
|
||
|
LL | m!($t); //~ ERROR expected expression
|
||
|
| ^ expected expression
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|