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.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading string_cache_plugin v0.1.10 Downloading mac v0.0.2 Downloading string_cache_shared v0.1.12 Downloading debug_unreachable v0.0.6 Compiling mac v0.0.2 Fresh lazy_static v0.1.16 Fresh libc v0.2.23 Fresh siphasher v0.2.2 Fresh void v1.0.2 Running `rustc --crate-name mac .cargo/registry/src/github.com-1ecc6299db9ec823/mac-0.0.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=48051f84bd1eb097 -C extra-filename=-48051f84bd1eb097 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh rand v0.3.15 Fresh phf_shared v0.7.21 Fresh unreachable v0.1.1 Fresh phf_generator v0.7.21 Compiling debug_unreachable v0.0.6 Running `rustc --crate-name debug_unreachable .cargo/registry/src/github.com-1ecc6299db9ec823/debug_unreachable-0.0.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8dd0c958d526381d -C extra-filename=-8dd0c958d526381d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-9bd306f72d3bd51e.rlib --extern-version unreachable=unreachable,0.1.1 --cap-lints allow` Compiling string_cache_shared v0.1.12 Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_shared-0.1.12/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=45139bb6d1fe01af -C extra-filename=-45139bb6d1fe01af --out-dir /home/cratesfyi/cratesfyi/debug/build/string_cache_shared-45139bb6d1fe01af -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern phf_generator=/home/cratesfyi/cratesfyi/debug/deps/libphf_generator-242543bbed3dbd04.rlib --extern-version phf_generator=phf_generator,0.7.21 --cap-lints allow` Running `/home/cratesfyi/cratesfyi/debug/build/string_cache_shared-45139bb6d1fe01af/build-script-build` Running `rustc --crate-name string_cache_shared .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_shared-0.1.12/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=addaf825b39ea495 -C extra-filename=-addaf825b39ea495 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern debug_unreachable=/home/cratesfyi/cratesfyi/debug/deps/libdebug_unreachable-8dd0c958d526381d.rlib --extern-version debug_unreachable=debug_unreachable,0.0.6 --extern phf_shared=/home/cratesfyi/cratesfyi/debug/deps/libphf_shared-069f15cf0e053364.rlib --extern-version phf_shared=phf_shared,0.7.21 --cap-lints allow` Documenting string_cache_plugin v0.1.10 Running `rustdoc --crate-name string_cache_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern mac=/home/cratesfyi/cratesfyi/debug/deps/libmac-48051f84bd1eb097.rlib --extern-version mac=mac,0.0.2 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-9f4fde990c1d2e9b.rlib --extern-version lazy_static=lazy_static,0.1.16 --extern string_cache_shared=/home/cratesfyi/cratesfyi/debug/deps/libstring_cache_shared-addaf825b39ea495.rlib --extern-version string_cache_shared=string_cache_shared,0.1.12` error[E0432]: unresolved import `rustc::plugin::Registry` --> .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/lib.rs:29:5 | 29 | use rustc::plugin::Registry; | ^^^^^^^^^^^^^^^^^^^^^^^ Could not find `plugin` in `rustc` error[E0432]: unresolved import `syntax::ast::TokenTree` --> .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:12:5 | 12 | use syntax::ast::TokenTree; | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` error[E0432]: unresolved import `syntax::parse::token::InternedString` --> .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:15:28 | 15 | use syntax::parse::token::{InternedString, Ident, Literal, Lit}; | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token` error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field --> .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/atom/mod.rs:24:29 | 24 | TokenTree::Token(_, Ident(s, _)) => s.name.as_str(), | ^^^^^^^^^^^ expected 1 field, found 2 error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `string_cache_plugin`., cause: process didn't exit successfully: `rustdoc --crate-name string_cache_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern mac=/home/cratesfyi/cratesfyi/debug/deps/libmac-48051f84bd1eb097.rlib --extern-version mac=mac,0.0.2 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-9f4fde990c1d2e9b.rlib --extern-version lazy_static=lazy_static,0.1.16 --extern string_cache_shared=/home/cratesfyi/cratesfyi/debug/deps/libstring_cache_shared-addaf825b39ea495.rlib --extern-version string_cache_shared=string_cache_shared,0.1.12` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.