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