Build #22562 2016-08-16T13:03:58.084149+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading core-nightly v0.0.0-20141227
Documenting core-nightly v0.0.0-20141227
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/lib.rs --crate-name core -o /home/cratesfyi/core-nightly-0.0.0-20141227/doc -L dependency=/home/cratesfyi/core-nightly-0.0.0-20141227/debug -L dependency=/home/cratesfyi/core-nightly-0.0.0-20141227/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:27:25: 27:27 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:27 pub const RADIX: uint = 2u;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:27:25: 27:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:30:35: 30:38 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:30 pub const MANTISSA_DIGITS: uint = 24u;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:30:35: 30:38 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:32:26: 32:28 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:32 pub const DIGITS: uint = 6u;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f32.rs:32:26: 32:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:31:25: 31:27 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:31 pub const RADIX: uint = 2u;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:31:25: 31:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:34:35: 34:38 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:34 pub const MANTISSA_DIGITS: uint = 53u;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:34:35: 34:38 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:36:26: 36:29 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:36 pub const DIGITS: uint = 15u;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/num/f64.rs:36:26: 36:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/mem.rs:323:38: 323:39 error: expected one of `,`, `:`, `=`, or `>`, found `?` 
.cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/mem.rs:323 pub unsafe fn copy_lifetime<'a, Sized? S, Sized? T: 'a>(_ptr: &'a S,
^
thread 'main' panicked at 'ChainedError {
error: failed to compile `core-nightly v0.0.0-20141227`, intermediate artifacts can be found at `/home/cratesfyi/core-nightly-0.0.0-20141227`,
cause: ChainedError {
error: Could not document `core-nightly`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/core-nightly-0.0.0-20141227/src/lib.rs --crate-name core -o /home/cratesfyi/core-nightly-0.0.0-20141227/doc -L dependency=/home/cratesfyi/core-nightly-0.0.0-20141227/debug -L dependency=/home/cratesfyi/core-nightly-0.0.0-20141227/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.