]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-13404.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / imports / issue-13404.stderr
1 error[E0432]: unresolved import `b::f`
2   --> $DIR/issue-13404.rs:2:5
3    |
4 LL | use b::f;
5    |     ^^^^ no `f` in `b`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.