Tracking Issue for const SystemTime methods (original) (raw)
Feature gate: #![feature(const_system_time)]
This is a tracking issue for the constification of various SystemTime methods.
Public API
The following methods are made const:
SystemTime::duration_sinceSystemTime::checked_addSystemTime::checked_subSystemTimeError::duration
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: Constify SystemTime methods #144519
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.