Closed
Description
This is a tracking issue for PR #55527 .
This feature adds a checked_add(&self, &Duration) -> Option<SystemTime>
function to std::time::SystemTime
and as a prerequisite also for all platform specific time structs. This also led to the refactoring of many add_duration(&self, &Duration) -> SystemTime
functions to avoid redundancy (they now unwrap the result of checked_add_duration
).
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.