We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a40d8 commit 02e39b0Copy full SHA for 02e39b0
src/libstd/time/duration.rs
@@ -34,6 +34,8 @@ macro_rules! try_opt(
34
($e:expr) => (match $e { Some(v) => v, None => return None })
35
)
36
37
+
38
+// FIXME #16466: This could be represented as (i64 seconds, u32 nanos)
39
/// ISO 8601 time duration with nanosecond precision.
40
/// This also allows for the negative duration; see individual methods for details.
41
#[deriving(PartialEq, Eq, PartialOrd, Ord)]
0 commit comments