errors.fyi community error code reference
E0425
rust

Unresolved Name

A variable, function, module, or other identifier was referenced that does not exist or has not been defined in the current scope. Check for typos, missing declarations, or missing use statements.

References

← all namespaces