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

std: Don't require bitflags! be u32 #17404

Merged
merged 1 commit into from
Sep 20, 2014
Merged

Conversation

alexcrichton
Copy link
Member

If you didn't have a trailing comma at the end of the variants, you could use
any type you wanted, but if you used a trailing comma the macro would
erroneously require the bits be a u32.

If you didn't have a trailing comma at the end of the variants, you could use
any type you wanted, but if you used a trailing comma the macro would
erroneously require the bits be a u32.
bors added a commit that referenced this pull request Sep 20, 2014
If you didn't have a trailing comma at the end of the variants, you could use
any type you wanted, but if you used a trailing comma the macro would
erroneously require the bits be a u32.
@bors bors closed this Sep 20, 2014
@bors bors merged commit b54eb9b into rust-lang:master Sep 20, 2014
@alexcrichton alexcrichton deleted the bitflags-u32 branch September 22, 2014 17:26
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