rustc/tests/ui/resolve/resolve-bad-import-prefix.stderr
2024-06-14 12:43:07 +02:00

10 lines
286 B
Plaintext

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 1 previous error
For more information about this error, try `rustc --explain E0432`.