Skip to content

Commit 02e39b0

Browse files
committed
Add a fixme about Duration representation
1 parent 49a40d8 commit 02e39b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/time/duration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ macro_rules! try_opt(
3434
($e:expr) => (match $e { Some(v) => v, None => return None })
3535
)
3636

37+
38+
// FIXME #16466: This could be represented as (i64 seconds, u32 nanos)
3739
/// ISO 8601 time duration with nanosecond precision.
3840
/// This also allows for the negative duration; see individual methods for details.
3941
#[deriving(PartialEq, Eq, PartialOrd, Ord)]

0 commit comments

Comments
 (0)