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
This comment has been minimized.
This comment has been minimized.
|
@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. |
|
☔ The latest upstream changes (presumably #138177) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@clarfonthey any updates on this? thanks |
526396f to
8c4d96e
Compare
This comment has been minimized.
This comment has been minimized.
ea6ddb9 to
aba3806
Compare
This comment has been minimized.
This comment has been minimized.
aba3806 to
089858a
Compare
|
@rustbot ready One of the implementations was not possible due to inference issues, and one of them has to be done via a macro due to coherence issues, but the rest are working as intended. |
| } | ||
| } | ||
|
|
||
| // FIXME: see library/std/tests/slice-from-array-issue-113238.rs |
There was a problem hiding this comment.
Did you want to leave in the whole commented out block?
@clarfonthey I've nominated this for that reason. |
|
You've found out how to force me to rebase my old PR…! |
|
@rustbot reroll (since BurntSushi isn't on the review rotation) |
089858a to
e0dd9ff
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e0dd9ff to
c2d23ef
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
c2d23ef to
e2b9b07
Compare
This comment has been minimized.
This comment has been minimized.
e2b9b07 to
f9eaa22
Compare
|
@rfcbot fcp merge libs |
|
@nia-e has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
f9eaa22 to
41003d8
Compare
41003d8 to
2bd9ee2
Compare
|
Also had temporarily committed some unrelated things with this, those are now fixed. Also verified that the issue with the commented-out impl is real: we want |
View all comments
ACP: rust-lang/libs-team#145
Requires FCP due to insta-stable APIs added:
Note that the
Errorfor theTryFromimplementations isTryFromIntErrorto match the similar impls.r? rust-lang/libs-api