]> git.lizzy.rs Git - rust.git/blob - src/test/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.stderr
Auto merge of #45013 - chrisvittal:mir_pretty_printing_pr, r=nikomatsakis
[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:11:5
3    |
4 11 | 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:13:5
9    |
10 13 | use Foo1;
11    |     ^^^^ no `Foo1` in the root
12
13 error: aborting due to 2 previous errors
14