Skip to content

Parse unnamed enum variant syntax #2026

Description

@dtolnay
#[repr(u8)]
enum Color {
    Red = 0,
    Green = 1,
    _ = ..,  // All other discriminants in `u8` are assigned to unnamed variants
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions