-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Additional NonZero conversions #129036
base: master
Are you sure you want to change the base?
Additional NonZero conversions #129036
Conversation
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #129750) made this pull request unmergeable. Please resolve the merge conflicts. |
795df65
to
526396f
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
@clarfonthey since this is waiting on a review, do you still want this to be as a draft? or is this ready for review? |
It is ready for review; see the OP. I should just unmark it as draft and do what I said I was going to do, which is manually implement everything for all the I'll unmark as draft once I make those changes. |
ACP: rust-lang/libs-team#145
Requires FCP due to insta-stable APIs added:
Note that the
Error
for theTryFrom
implementations isTryFromIntError
to match the similar impls.r? rust-lang/libs-api
Leaving as a draft at the moment because I'm not sure how to fix the below error:
This shouldn't be possible given the fact that the
ZeroablePrimitive
trait is sealed, but I'm not quite sure how to fix it. If I can't figure it out before FCP ends, then I'll just replace it with a macro version that enumerates through the options forT
.