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