1error[E0432]: unresolved import `bar::Foo`
2  --> $DIR/issue-32833.rs:1:5
3   |
4LL | use bar::Foo;
5   |     ^^^^^^^^ no `Foo` in `bar`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0432`.
10