Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groundwork for const generics #247

Closed
dtolnay opened this issue Nov 13, 2017 · 0 comments
Closed

Groundwork for const generics #247

dtolnay opened this issue Nov 13, 2017 · 0 comments
Assignees
Milestone

Comments

@dtolnay
Copy link
Owner

dtolnay commented Nov 13, 2017

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

enum GenericParam {
    Lifetime(LifetimeDef),
    Type(TyParam),
}
@mystor mystor added this to the 0.12 milestone Nov 18, 2017
@dtolnay dtolnay self-assigned this Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants