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.
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.