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 bounded-integer-plugin v0.1.1 Downloading crates ... Downloaded bounded-integer v0.1.1 Documenting bounded-integer-plugin v0.1.1 Running `rustdoc --crate-name bounded_integer_plugin /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/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 'bounded_integer=https://docs.rs/bounded-integer/0.1.1' -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `syntax::ast::TokenTree` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:10:5 | 10 | TokenTree, | ^^^^^^^^^ no `TokenTree` in `ast` error[E0432]: unresolved imports `syntax::codemap`, `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:14:23 | 14 | use syntax::codemap::{self, Span}; | ^^^^^^^ ^^^^ no `codemap` in the root | | | could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::parse::token::InternedString` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:18:40 | 18 | use syntax::parse::token::{DelimToken, InternedString, Token}; | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/int_lit.rs:11:13 | 11 | use syntax::codemap::Span; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::ast::TokenTree` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs:56:5 | 56 | use syntax::ast::TokenTree; | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` error[E0432]: unresolved import `syntax::codemap` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs:57:13 | 57 | use syntax::codemap::Span; | ^^^^^^^ could not find `codemap` in `syntax` error[E0432]: unresolved import `syntax::util::small_vector` --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs:59:19 | 59 | use syntax::util::small_vector::SmallVector; | ^^^^^^^^^^^^ could not find `small_vector` in `util` error[E0603]: module `keywords` is private --> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:19:27 | 19 | use syntax::parse::token::keywords; | ^^^^^^^^ error: Compilation failed, aborting rustdoc error: aborting due to 9 previous errors Some errors occurred: E0432, E0603. For more information about an error, try `rustc --explain E0432`. thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name bounded_integer_plugin /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/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 \'bounded_integer=https://docs.rs/bounded-integer/0.1.1\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not document `bounded-integer-plugin`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.