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