bitrange 0.2.0

Simple plugin to map bits in integer values to fields
Build #103378 2018-06-06 04:37:26

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 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 variant 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)) => { | ^^^^^^^^^^^^^^^^^^^^^ variant not found in `proc_macro::TokenTree` error[E0599]: no variant 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 { | ^^^^^^^^^^^^^^^^^ variant not found in `proc_macro::TokenTree` error[E0599]: no variant 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 { | ^^^^^^^^^^^^^^^^^^^^^ variant not found in `proc_macro::TokenTree` error: aborting due to 3 previous errors For more information about this 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.