blob: b532d3a4a6e3b840534dc1d74acdc6a9de5742a4 [file] [log] [blame] [edit]
error[E0432]: unresolved import `Nonexistent`
--> $DIR/resolve-bad-import-prefix.rs:13:5
|
LL | use Nonexistent::{};
| ^^^^^^^^^^^^^^^ no `Nonexistent` in the root
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0432`.