Build #90263 2018-03-06 02:27:24

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.26.0-dev (5c1d29af0 2018-03-03)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading allocator v0.0.2 Downloading checked_cast v0.0.3 Compiling checked_cast v0.0.3 Running `rustc --crate-name checked_cast .cargo/registry/src/github.com-1ecc6299db9ec823/checked_cast-0.0.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=09e0eb93c12a6a24 -C extra-filename=-09e0eb93c12a6a24 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Documenting allocator v0.0.2 Running `rustdoc --crate-name allocator .cargo/registry/src/github.com-1ecc6299db9ec823/allocator-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="std"' --cfg 'feature="libc"' --cfg 'feature="default"' -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern checked_cast=/home/cratesfyi/cratesfyi/debug/deps/libchecked_cast-09e0eb93c12a6a24.rlib --extern-version checked_cast=checked_cast,0.0.3` error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocator-0.0.2/src/allocator.rs:53:19 | 53 | static SIZES: [u64, ..58] = [ | ^ expected one of 7 possible tokens here thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `allocator`., cause: process didn't exit successfully: `rustdoc --crate-name allocator .cargo/registry/src/github.com-1ecc6299db9ec823/allocator-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg feature="std" --cfg feature="libc" --cfg feature="default" -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern checked_cast=/home/cratesfyi/cratesfyi/debug/deps/libchecked_cast-09e0eb93c12a6a24.rlib --extern-version checked_cast=checked_cast,0.0.3` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.