-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 support in 0.12 breaks --derive Default #87
Comments
oh, there's not a great way to solve this; what are we supposed to do?
So either we have to tell the user to |
Actually, I think the sane thing for us to do is to:
|
Master has a partial fix for this now. We will no longer add This will still end up not compiling in the larger context, but you can at least now sideload a |
Thanks very much for this @clux , I was just about raise this and suggest that exact solution. |
the enums generated by 0.12 (#65) don't label which variant is the default, so if you try using
--derive Default
, you will end up with a lot of errors likeThe text was updated successfully, but these errors were encountered: