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.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading bitrange v0.1.2 Compiling bitrange_plugin v0.1.2 Running `rustc --crate-name bitrange_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=f39a430986766c82 -C extra-filename=-f39a430986766c82 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` error[E0599]: no associated item named `Group` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:52:14 | 52 | Some(TokenTree::Group(mut group)) => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error[E0599]: no associated item named `Term` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:60:26 | 60 | Some(TokenTree::Term(term)) => { | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error[E0599]: no associated item named `Literal` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:65:26 | 65 | Some(TokenTree::Literal(lit)) => { | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error[E0599]: no associated item named `Group` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:70:26 | 70 | Some(TokenTree::Group(g)) => { | ^^^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error[E0658]: use of unstable library feature 'string_retain' (see issue #43874) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:67:29 | 67 | str.retain(|c| !c.is_whitespace() && c != '_'); | ^^^^^^ | = help: add #![feature(string_retain)] to the crate attributes to enable error[E0599]: no associated item named `Op` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:85:17 | 85 | if let Some(TokenTree::Op(op)) = item { | ^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error[E0599]: no associated item named `Term` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:97:17 | 97 | if let Some(TokenTree::Term(term)) = item { | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error[E0599]: no associated item named `Group` found for type `proc_macro::TokenTree` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/pattern.rs:104:24 | 104 | } else if let Some(TokenTree::Group(group)) = item { | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `proc_macro::TokenTree` error: aborting due to 8 previous errors Some errors occurred: E0599, E0658. For more information about an error, try `rustc --explain E0599`. thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `bitrange_plugin`., cause: process didn't exit successfully: `rustc --crate-name bitrange_plugin .cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=f39a430986766c82 -C extra-filename=-f39a430986766c82 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.