]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/resolve-bad-import-prefix.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / 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`.