]> git.lizzy.rs Git - rust.git/blob - src/test/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[rust.git] / src / test / ui / did_you_mean / issue-38054-do-not-show-unresolved-names.stderr
1 error[E0432]: unresolved import `Foo`
2   --> $DIR/issue-38054-do-not-show-unresolved-names.rs:1:5
3    |
4 LL | use Foo;
5    |     ^^^ no `Foo` in the root
6
7 error[E0432]: unresolved import `Foo1`
8   --> $DIR/issue-38054-do-not-show-unresolved-names.rs:3:5
9    |
10 LL | use Foo1;
11    |     ^^^^ no `Foo1` in the root
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0432`.