-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.relnotesMarks issues that should be documented in the release notes of the next release.Marks issues that should be documented in the release notes of the next release.
Milestone
Description
Feature gate: #![feature(unsigned_signed_diff)]
This is a tracking issue for rust-lang/libs-team#381
Public API
impl uX {
pub const fn checked_signed_diff(self, rhs: Self) -> Option<iX>;
}
Steps / History
- Implementation: Implement
unsigned_signed_diff
#126042 - Final comment period (FCP)1
- Stabilization PR: Stabilize
unsigned_signed_diff
feature #144900
Unresolved Questions
- None yet.
Footnotes
teor2345, joseluis and MolotovCherry
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.relnotesMarks issues that should be documented in the release notes of the next release.Marks issues that should be documented in the release notes of the next release.