-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Enum Type #2346
Comments
From this example, this seems to me some sort of lifting of enums into traits and their variants into types. It is an interesting idea, but it is better discussed over at internals.rust-lang.org which is more actively looked at. This repository should mainly be used to file full RFCs according to the template as PRs. The issues filed here are not actively looked at by the teams. |
This is a duplicate of RFC 1450 "Types for enum variants", so I'm going to close it in favor of #2347. |
Hey, you are from teams, I'm from teams and we are actively looking at issues in this repo! |
@petrochenkov yes yes 😆 , I was referring to:
https://github.com/rust-lang/rfcs/blob/master/README.md#before-creating-an-rfc |
OK&Sorry |
example
The text was updated successfully, but these errors were encountered: