Build #104324 2018-06-06 10:06:40

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.28.0-dev (b9bf4f162 2018-06-02)

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

# build log Updating registry `https://github.com/rust-lang/crates.io-index` 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 -20180602-1.28.0-dev-b9bf4f162 -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 -20180602-1.28.0-dev-b9bf4f162 -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.