rust · rust/E0560
E0560
Unknown Struct Field
A struct initialiser includes a field name that does not exist in the struct definition. Check the struct declaration for the correct field names.
A struct initialiser includes a field name that does not exist in the struct definition. Check the struct declaration for the correct field names.