summary refs log tree commit diff
path: root/src/test/ui/cross-file-errors/main.stderr
blob: a1cdae10edfcdf631b98b172c665d6395f20d28d (plain)
1
2
3
4
5
6
7
8
9
10
11
error: expected expression, found `_`
  --> $DIR/underscore.rs:18:9
   |
18 |         _
   |         ^
   | 
  ::: $DIR/main.rs:15:5
   |
15 |     underscore!();
   |     -------------- in this macro invocation