summary refs log tree commit diff
path: root/src/test/ui/macros/macro-inner-attributes.stderr
blob: 47d9469779bb0b392008c4d6533c1608c57d64ba (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: use of undeclared type or module `a`
  --> $DIR/macro-inner-attributes.rs:27:5
   |
LL |     a::bar();
   |     ^ use of undeclared type or module `a`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.