We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
1 parent 33766ae commit e4faf17Copy full SHA for e4faf17
library/std/src/time.rs
@@ -44,6 +44,9 @@ use crate::sys_common::FromInner;
44
#[stable(feature = "time", since = "1.3.0")]
45
pub use core::time::Duration;
46
47
+#[unstable(feature = "duration_checked_float", issue = "83400")]
48
+pub use core::time::FromSecsError;
49
+
50
/// A measurement of a monotonically nondecreasing clock.
51
/// Opaque and useful only with [`Duration`].
52
///
0 commit comments