mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
21 lines
557 B
Plaintext
Vendored
21 lines
557 B
Plaintext
Vendored
error[E0433]: failed to resolve. Maybe a missing `extern crate non;`?
|
|
--> src/lib.rs:5:13
|
|
|
|
|
5 | use non::existent::module;
|
|
| ^^^ Maybe a missing `extern crate non;`?
|
|
|
|
warning: unused import: `non::existent::module`
|
|
--> src/lib.rs:5:13
|
|
|
|
|
5 | use non::existent::module;
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: #[warn(unused_imports)] on by default
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0433`.
|
|
|
|
To learn more, run the command again with --verbose.
|
|
|