blob: a64595fbb40200f66c6b0eaa33400203f6109ab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|