2022-04-10 09:21:58 -05:00
|
|
|
error[E0433]: failed to resolve: maybe a missing crate `unresolved_crate`?
|
|
|
|
--> $DIR/unresolved-import-recovery.rs:3:5
|
|
|
|
|
|
|
|
|
LL | use unresolved_crate::module::Name;
|
|
|
|
| ^^^^^^^^^^^^^^^^ maybe a missing crate `unresolved_crate`?
|
2022-05-21 21:48:35 -05:00
|
|
|
|
|
|
|
|
= help: consider adding `extern crate unresolved_crate` to use the `unresolved_crate` crate
|
2022-04-10 09:21:58 -05:00
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-04-10 09:21:58 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|