-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
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.
Description
Feature gate: #![feature(duration_constructors)]
This is a tracking issue for supporting larger unit sizes for Duration
constructors.
Public API
Add the following constructors to Duration
:
Duration::from_weeks()
Duration::from_days()
Duration::from_hours()
Duration::from_mins()
Steps / History
- Implementation: core: add Duration constructors #120307
- Final comment period (FCP)[^1]
- Stabilization PR
piprett, henrispriet, edwardwc, alextes, Andrew15-5 and 40 moreTeamDman, henrispriet, edwardwc, swsnr and benluelo
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.