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.35.0-nightly (0f88167f8 2019-03-18)
# docs.rs version cratesfyi 0.6.0 (67b2b94 2019-03-26)
# build log Updating crates.io index Downloading crates ... Downloaded allocator v0.0.2 Downloading crates ... Downloaded checked_cast v0.0.3 Checking checked_cast v0.0.3 Running `rustc --crate-name checked_cast /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/checked_cast-0.0.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=c6f6636fc43d83f0 -C extra-filename=-c6f6636fc43d83f0 --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 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocator-0.0.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'checked_cast=https://docs.rs/checked_cast/0.0.3' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern checked_cast=/home/cratesfyi/cratesfyi/debug/deps/libchecked_cast-c6f6636fc43d83f0.rmeta` error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` --> /home/cratesfyi/.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 error: aborting due to previous error thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name allocator /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/allocator-0.0.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"default\"\' --cfg \'feature=\"libc\"\' --cfg \'feature=\"std\"\' -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'checked_cast=https://docs.rs/checked_cast/0.0.3\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern checked_cast=/home/cratesfyi/cratesfyi/debug/deps/libchecked_cast-c6f6636fc43d83f0.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `allocator`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.