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

error: aborting due to previous error