rust/src/test/ui/cross/cross-file-errors/main.stderr

16 lines
401 B
Plaintext
Raw Normal View History

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-02-22 18:42:32 -06:00
LL | _
| ^ expected expression
|
2018-12-25 09:56:47 -06:00
::: $DIR/main.rs:5:5
|
2018-02-22 18:42:32 -06:00
LL | underscore!();
| -------------- in this macro invocation
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2018-03-15 10:13:47 -05:00
error: aborting due to previous error