blob: a64595fbb40200f66c6b0eaa33400203f6109ab8 [file] [log] [blame]
error: expected expression, found reserved identifier `_`
--> $DIR/underscore.rs:18:9
|
LL | _
| ^ expected expression
|
::: $DIR/main.rs:15:5
|
LL | underscore!();
| -------------- in this macro invocation
error: aborting due to previous error