bounded-integer-plugin 0.1.1

Bounded integers compiler plugin
Build #20456 2016-08-15 01:23:59

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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bounded-integer-plugin v0.1.1
Documenting bounded-integer-plugin v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs --crate-name bounded_integer_plugin -o /home/cratesfyi/bounded-integer-plugin-0.1.1/doc -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.1/debug -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs:56:5: 56:27 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs:56 use syntax::ast::TokenTree;
^~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:10:5: 10:14 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:10     TokenTree,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:195:19: 195:34 error: unresolved name `ast::EMPTY_CTXT` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:195             ctxt: ast::EMPTY_CTXT,
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:62:26: 62:57 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:62         let attrs = try!(parser.parse_outer_attributes());
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:62:21: 62:58 note: in this expansion of try! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:195:13: 195:17 error: structure `syntax::ast::Mac_` has no field named `ctxt` [E0560]
.cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/integer_enum.rs:195             ctxt: ast::EMPTY_CTXT,
^~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `bounded-integer-plugin v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/bounded-integer-plugin-0.1.1`,
cause: ChainedError {
error: Could not document `bounded-integer-plugin`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.1/src/lib.rs --crate-name bounded_integer_plugin -o /home/cratesfyi/bounded-integer-plugin-0.1.1/doc -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.1/debug -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.