Skip to content

Groundwork for const generics #247

@dtolnay

Description

@dtolnay

Let's consider a refactor similar to the one in rust-lang/rust#45930.

enum GenericParam {
    Lifetime(LifetimeDef),
    Type(TyParam),
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions