string_cache_plugin 0.1.10

A string interning library for Rust, developed as part of the Servo project − compiler plugin.
Build #89479 2018-03-06T00:18:23.800307+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading string_cache_plugin v0.1.10
Downloading string_cache_shared v0.1.12
Downloading mac v0.0.2
Downloading debug_unreachable v0.0.6
Fresh siphasher v0.2.2
Fresh void v1.0.2
Compiling mac v0.0.2
Fresh libc v0.2.39
Fresh lazy_static v0.1.16
Fresh phf_shared v0.7.21
Fresh unreachable v0.1.1
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`
Compiling debug_unreachable v0.0.6
Fresh rand v0.4.2
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 rand v0.3.22
Fresh phf_generator v0.7.21
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 -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --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 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`
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

If you want more information on this error, try using "rustc --explain E0432"
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 -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --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 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` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.