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