]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/extern-macro.stderr
Move /src/test to /tests
[rust.git] / tests / ui / extern / extern-macro.stderr
1 error[E0433]: failed to resolve: partially resolved path in a macro
2   --> $DIR/extern-macro.rs:5:13
3    |
4 LL |     let _ = Foo::bar!();
5    |             ^^^^^^^^ partially resolved path in a macro
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0433`.