2020-11-11 13:15:15 +00:00
|
|
|
error: in expressions, `_` can only be used on the left-hand side of an assignment
|
|
|
|
--> $DIR/underscore.rs:8:9
|
|
|
|
|
|
|
|
|
LL | _
|
|
|
|
| ^ `_` not allowed here
|
2021-06-10 13:52:00 +02:00
|
|
|
|
|
2020-11-11 13:15:15 +00:00
|
|
|
::: $DIR/main.rs:5:5
|
|
|
|
|
|
|
|
|
LL | underscore!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ------------- in this macro invocation
|
2020-11-11 13:15:15 +00:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `underscore` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-11-11 13:15:15 +00:00
|
|
|
|
2021-11-03 02:50:57 -04:00
|
|
|
error: aborting due to previous error
|
2018-03-15 16:13:47 +01:00
|
|
|
|