blob: e3c75599a415ea0e8a706aa6bac97f81fd50edae [file] [log] [blame]
error[E0432]: unresolved import `Foo`
--> $DIR/issue-38054-do-not-show-unresolved-names.rs:11:5
|
LL | use Foo; //~ ERROR unresolved
| ^^^ no `Foo` in the root
error[E0432]: unresolved import `Foo1`
--> $DIR/issue-38054-do-not-show-unresolved-names.rs:13:5
|
LL | use Foo1; //~ ERROR unresolved
| ^^^^ no `Foo1` in the root
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0432`.