Tracking Issue for duration_new_checked
#125748
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(duration_new_checked)]
This is a tracking issue for
Duration::new_checked()
andDuration::new_unchecked()
, which provide panic-free constructors forcore::time::Duration
.ACP: rust-lang/libs-team#117
Public API
Steps / History
Duration::new_{checked,unchecked}
constructors #125749Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: