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