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

use a newtype for the variant discriminant in trans instead of u64 #30931

Merged
merged 1 commit into from
Jan 17, 2016

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Jan 15, 2016

This is groundwork for #30587 (typestrong constant integrals), but imo it's a change that in itself is good, too, since we don't just juggle u64s around anymore.

ty::Disr will be changed to a ConstInt in #30587

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@bors
Copy link
Contributor

bors commented Jan 15, 2016

☔ The latest upstream changes (presumably #30890) made this pull request unmergeable. Please resolve the merge conflicts.

@oli-obk
Copy link
Contributor Author

oli-obk commented Jan 16, 2016

rebased

@pnkfelix
Copy link
Member

at least some of the travis failure error messages seems related to this PR?

@oli-obk
Copy link
Contributor Author

oli-obk commented Jan 16, 2016

sorry about that. This time make check-stage1 ran through fine

@arielb1
Copy link
Contributor

arielb1 commented Jan 16, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Jan 16, 2016

📌 Commit 6fef118 has been approved by arielb1

@bors
Copy link
Contributor

bors commented Jan 17, 2016

⌛ Testing commit 6fef118 with merge 0b524ed...

bors added a commit that referenced this pull request Jan 17, 2016
This is groundwork for #30587 (typestrong constant integrals), but imo it's a change that in itself is good, too, since we don't just juggle `u64`s around anymore.

`ty::Disr` will be changed to a `ConstInt` in #30587
@bors bors merged commit 6fef118 into rust-lang:master Jan 17, 2016
oli-obk added a commit to oli-obk/rust that referenced this pull request Jan 18, 2016
it makes no sense here, accidentally introduced in rust-lang#30931
bors added a commit that referenced this pull request Jan 18, 2016
it makes no sense here, accidentally introduced in #30931

r? @dotdash
@oli-obk oli-obk deleted the trans_disr_newtype branch June 15, 2020 15:25
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.

5 participants