]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extern/extern-macro.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / 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`.