chrono 0.1.0

Date and time library for Rust
Build #13359 2016-08-09T16:06:38.922379+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading chrono v0.1.0
Compiling gcc v0.3.32
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.32/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=ef3a0616dd2e0463 -C extra-filename=-ef3a0616dd2e0463 --out-dir /home/cratesfyi/chrono-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/chrono-0.1.0/debug/deps -L dependency=/home/cratesfyi/chrono-0.1.0/debug/deps --cap-lints allow`
Compiling num v0.0.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.0.3/src/lib.rs --crate-name num --crate-type lib -g -C metadata=48b3b231accae1b4 -C extra-filename=-48b3b231accae1b4 --out-dir /home/cratesfyi/chrono-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/chrono-0.1.0/debug/deps -L dependency=/home/cratesfyi/chrono-0.1.0/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.0.3/src/bigint.rs:66:16: 66:19 error: expected identifier, found keyword `mod` 
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.0.3/src/bigint.rs:66 use std::str::{mod, FromStr};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.0.3/src/bigint.rs:80:27: 80:28 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` 
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.0.3/src/bigint.rs:80 static ZERO_VEC: [BigDigit, ..1] = [ZERO_BIG_DIGIT];
^
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `chrono v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/chrono-0.1.0`,
cause: ChainedError {
error: Could not compile `num`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.0.3/src/lib.rs --crate-name num --crate-type lib -g -C metadata=48b3b231accae1b4 -C extra-filename=-48b3b231accae1b4 --out-dir /home/cratesfyi/chrono-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/chrono-0.1.0/debug/deps -L dependency=/home/cratesfyi/chrono-0.1.0/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.