2018-03-08 05:27:23 -06:00
|
|
|
error: expected expression, found reserved identifier `_`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/underscore.rs:8:9
|
2018-01-26 09:33:05 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | _
|
2018-02-19 01:08:23 -06:00
|
|
|
| ^ expected expression
|
2018-01-26 09:33:05 -06:00
|
|
|
|
|
2018-12-25 09:56:47 -06:00
|
|
|
::: $DIR/main.rs:5:5
|
2018-01-26 09:33:05 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | underscore!();
|
2018-01-26 09:33:05 -06:00
|
|
|
| -------------- in this macro invocation
|
2019-12-16 07:56:47 -06:00
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-01-26 09:33:05 -06:00
|
|
|
|
2018-03-15 10:13:47 -05:00
|
|
|
error: aborting due to previous error
|
|
|
|
|