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