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

16 lines
401 B
Text
Raw Normal View History

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-02-23 03:42:32 +03:00
LL | _
| ^ expected expression
|
2018-12-25 08:56:47 -07:00
::: $DIR/main.rs:5:5
|
2018-02-23 03:42:32 +03: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 16:13:47 +01:00
error: aborting due to previous error