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

14 lines
291 B
Text
Raw Normal View History

2018-03-08 14:27:23 +03:00
error: expected expression, found reserved identifier `_`
--> $DIR/underscore.rs:18:9
|
2018-02-23 03:42:32 +03:00
LL | _
| ^ expected expression
|
::: $DIR/main.rs:15:5
|
2018-02-23 03:42:32 +03:00
LL | underscore!();
| -------------- in this macro invocation
2018-03-15 16:13:47 +01:00
error: aborting due to previous error