errors.fyi community error code reference
E0026
rust

Nonexistent Struct Field

A struct pattern references a field name that does not exist in the struct definition. Field names in patterns must match those declared in the struct.

References

← all namespaces