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

12 lines
232 B
Plaintext
Raw Normal View History

error: expected expression, found `_`
--> $DIR/underscore.rs:18:9
|
2018-02-22 18:42:32 -06:00
LL | _
| ^ expected expression
|
::: $DIR/main.rs:15:5
|
2018-02-22 18:42:32 -06:00
LL | underscore!();
| -------------- in this macro invocation