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

Remove unit fields from enum variants #565

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

nathanwhit
Copy link
Member

Currently in a few places (e.g. GoalData::CannotProve(()), DomainGoal::Reveal(())) we have enum variants which have one field of unit type. There's a comment noting that it was a hack in order to make our macros work better, but it's no longer needed.

@jackh726 jackh726 merged commit a3672c9 into rust-lang:master Jul 9, 2020
@nikomatsakis
Copy link
Contributor

yay!

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

Successfully merging this pull request may close these issues.

3 participants