bitrange 0.2.0

Simple plugin to map bits in integer values to fields
Build #122918 2018-10-23 11:00:30

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.31.0-nightly (78ff609d7 2018-10-19)

# docs.rs version cratesfyi 0.6.0 (401be1e 2018-10-20)

# build log Updating crates.io index Downloading crates ... Downloaded bitrange v0.2.0 Downloading crates ... Downloaded bitrange_plugin v0.1.2 Compiling bitrange_plugin v0.1.2 Running `rustc --crate-name bitrange_plugin /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=bc9dc17f2557c4d3 -C extra-filename=-bc9dc17f2557c4d3 --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 --> /home/cratesfyi/.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 --> /home/cratesfyi/.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 --> /home/cratesfyi/.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 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name bitrange_plugin /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitrange_plugin-0.1.2/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=bc9dc17f2557c4d3 -C extra-filename=-bc9dc17f2557c4d3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None } Could not compile `bitrange_plugin`.', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.