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