-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking Issue for unsigned_signed_diff
#126041
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
Comments
For completeness, I could also implement rust-lang/libs-team#381 (comment) impl iX {
fn checked_unsigned_diff(self, rhs: Self) -> Option<uX>;
} |
Implement `unsigned_signed_diff` <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> --> Implements rust-lang#126041
Rollup merge of rust-lang#126042 - davidzeng0:master, r=Amanieu Implement `unsigned_signed_diff` <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> --> Implements rust-lang#126041
Also, the |
Hi, |
I updated the tracking issue to indicate that only @rfcbot merge |
Team member @Amanieu 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. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(unsigned_signed_diff)]
This is a tracking issue for rust-lang/libs-team#381
Public API
Steps / History
unsigned_signed_diff
#126042Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: