rust · rust/E0026
E0026
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.