Error code E0433
An undeclared crate, module, or type was used.
Erroneous code example:
ⓘ
Please verify you didn't misspell the type/module's name or that you didn't forget to import it:
If you've expected to use a crate name:
ⓘ
Make sure the crate has been added as a dependency in Cargo.toml
.
To use a module from your current crate, add the crate::
prefix to the path.