]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/resolve-bad-import-prefix.stderr
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[rust.git] / src / test / ui / resolve / resolve-bad-import-prefix.stderr
1 error[E0432]: unresolved import `Nonexistent`
2   --> $DIR/resolve-bad-import-prefix.rs:12:5
3    |
4 LL | use Nonexistent::{};
5    |     ^^^^^^^^^^^^^^^ no `Nonexistent` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.