about summary refs log tree commit diff
path: root/src/test/ui/extern/extern-macro.stderr
blob: b5515bfcc64232c7c45ea732945ed0db026eaf9b (plain)
1
2
3
4
5
6
7
8
error: fail to resolve non-ident macro path
  --> $DIR/extern-macro.rs:15:13
   |
LL |     let _ = Foo::bar!(); //~ ERROR fail to resolve non-ident macro path
   |             ^^^^^^^^

error: aborting due to previous error