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

12 lines
212 B
Plaintext
Raw Normal View History

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