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 assembler v0.7.2 Fresh likely v0.1.0 Fresh libc v0.2.50 Documenting assembler v0.7.2 Running `rustdoc --crate-name assembler /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.7.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'libc=https://docs.rs/libc/0.2.50' --extern-html-root-url 'likely=https://docs.rs/likely/0.1.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-300305037ffda401.rmeta --extern likely=/home/cratesfyi/cratesfyi/debug/deps/liblikely-4fd8fd3c0d69159f.rmeta` error: format argument must be a string literal --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.7.2/src/ExecutableAnonymousMemoryMap.rs:133:31 | 133 | debug_assert!(new_address, old_address, "address has changed"); | ^^^^^^^^^^^ help: you might be missing a string literal to format with | 133 | debug_assert!(new_address, "{} {}", old_address, "address has changed"); | ^^^^^^^^ error: Compilation failed, aborting rustdoc error: aborting due to 2 previous errors thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name assembler /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.7.2/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search --extern-html-root-url \'libc=https://docs.rs/libc/0.2.50\' --extern-html-root-url \'likely=https://docs.rs/likely/0.1.0\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-300305037ffda401.rmeta --extern likely=/home/cratesfyi/cratesfyi/debug/deps/liblikely-4fd8fd3c0d69159f.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `assembler`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.