mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-07 13:25:45 +00:00
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
|
error[E0432]: unresolved import `unresolved`
|
||
|
--> $DIR/unresolved-import-recovery.rs:14:13
|
||
|
|
|
||
|
LL | pub use unresolved; //~ ERROR unresolved import `unresolved`
|
||
|
| ^^^^^^^^^^ no `unresolved` in the root
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0432`.
|