summaryrefslogtreecommitdiffstats
path: root/src/test/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.stderr
blob: 852abaed724dc9fee7df501fb7b786d3b7c03e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0432]: unresolved import `Foo`
  --> $DIR/issue-38054-do-not-show-unresolved-names.rs:1:5
   |
LL | use Foo;
   |     ^^^ no `Foo` in the root

error[E0432]: unresolved import `Foo1`
  --> $DIR/issue-38054-do-not-show-unresolved-names.rs:3:5
   |
LL | use Foo1;
   |     ^^^^ no `Foo1` in the root

error: aborting due to 2 previous errors

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