rust/src/test/ui/did_you_mean/issue-38054-do-not-show-unresolved-names.stderr

15 lines
350 B
Plaintext
Raw Normal View History

error[E0432]: unresolved import `Foo`
--> $DIR/issue-38054-do-not-show-unresolved-names.rs:11:5
|
11 | use Foo;
| ^^^ no `Foo` in the root
error[E0432]: unresolved import `Foo1`
--> $DIR/issue-38054-do-not-show-unresolved-names.rs:13:5
|
13 | use Foo1;
| ^^^^ no `Foo1` in the root
error: aborting due to previous error(s)