You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `a_very_long_name`
28
28
|
29
-
help: if you wanted to use a crate named `a_very_long_name`, use `cargo add a_very_long_name` to add it to your `Cargo.toml` and import it in your code
29
+
help: you might be missing a crate named `a_very_long_name`, add it to your project and import it in your code
| ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `nonexistent_module`
6
6
|
7
-
help: if you wanted to use a crate named `nonexistent_module`, use `cargo add nonexistent_module` to add it to your `Cargo.toml` and import it in your code
7
+
help: you might be missing a crate named `nonexistent_module`, add it to your project and import it in your code
0 commit comments