string_cache_plugin 0.1.10

A string interning library for Rust, developed as part of the Servo project − compiler plugin.
Build #102931 2018-06-06 01:56:27

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 mac v0.0.2 Fresh libc v0.2.42 Fresh void v1.0.2 Fresh siphasher v0.2.2 Fresh lazy_static v0.1.16 Fresh rand v0.4.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 unreachable v0.1.1 Fresh phf_shared v0.7.22 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` Fresh phf_generator v0.7.22 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-b2351eaf80e5152e.rlib --extern-version phf_generator=phf_generator,0.7.22 --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 phf_shared=/home/cratesfyi/cratesfyi/debug/deps/libphf_shared-f7fb5b984338b5be.rlib --extern-version phf_shared=phf_shared,0.7.22 --extern debug_unreachable=/home/cratesfyi/cratesfyi/debug/deps/libdebug_unreachable-8dd0c958d526381d.rlib --extern-version debug_unreachable=debug_unreachable,0.0.6 --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 -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -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 string_cache_shared=/home/cratesfyi/cratesfyi/debug/deps/libstring_cache_shared-addaf825b39ea495.rlib --extern-version string_cache_shared=string_cache_shared,0.1.12 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-9f4fde990c1d2e9b.rlib --extern-version lazy_static=lazy_static,0.1.16` error[E0432]: unresolved import `rustc::plugin` --> .cargo/registry/src/github.com-1ecc6299db9ec823/string_cache_plugin-0.1.10/src/lib.rs:29:12 | 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: Compilation failed, aborting rustdoc thread 'main' panicked at 'Error( CargoError( 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 -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -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 string_cache_shared=/home/cratesfyi/cratesfyi/debug/deps/libstring_cache_shared-addaf825b39ea495.rlib --extern-version string_cache_shared=string_cache_shared,0.1.12 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-9f4fde990c1d2e9b.rlib --extern-version lazy_static=lazy_static,0.1.16` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.