Skip to main content Module errors Copy item path Source ResolveError Error during resolution providing a path of PackageIds. ActivateError activation_error ๐ alt_names ๐ Maybe the user mistyped the name? Like dep-thing when Dep_Thing
was meant. So we try asking the registry for a fuzzy search for suggestions. alt_paths ๐ For path dependencies, scan the dependency directory for any packages
that exist in subdirectories. This helps when the user points to a
directory without a Cargo.toml or with the wrong package name. alt_versions ๐ describe_path ๐ Returns String representation of dependency chain for a particular pkgid. describe_path_in_context ๐ Returns String representation of dependency chain for a particular pkgid
within given context. rejected_versions ๐ Maybe something is wrong with the available versions ActivateResult