]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-28388-1.stderr
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / ui / imports / issue-28388-1.stderr
1 error[E0432]: unresolved import `foo`
2   --> $DIR/issue-28388-1.rs:3:5
3    |
4 LL | use foo::{};
5    |     ^^^^^^^ no `foo` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.