summary refs log tree commit diff
path: root/src/test/ui/cross/cross-file-errors/main.stderr
blob: f9101d8a583d35cb1834e825d96f34d46329e60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
   |
   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error