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

12 lines
232 B
Text
Raw Normal View History

error: expected expression, found `_`
--> $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