errors.fyi community error code reference
E0027
rust

Missing Struct Pattern Fields

A pattern matching a struct does not specify sub-patterns for all of the struct's fields. Either name every field explicitly or use .. to ignore the remaining fields.

References

โ† all namespaces for E0027