E0023
rust Wrong Pattern Field Count
A pattern attempts to destructure an enum variant with the wrong number of fields. The pattern must provide exactly one sub-pattern per field in the variant definition.
A pattern attempts to destructure an enum variant with the wrong number of fields. The pattern must provide exactly one sub-pattern per field in the variant definition.