bounded-integer-plugin 0.1.0

Bounded integers compiler plugin
Build #20457 2016-08-15 01:24:05

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.0 Documenting bounded-integer-plugin v0.1.0 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/lib.rs --crate-name bounded_integer_plugin -o /home/cratesfyi/bounded-integer-plugin-0.1.0/doc -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.0/debug -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.0/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/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.0/src/lib.rs:56 use syntax::ast::TokenTree; ^~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/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.0/src/integer_enum.rs:10 TokenTree, ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:18:40: 18:50 error: unresolved import `syntax::parse::token::IdentStyle`. There is no `IdentStyle` in `syntax::parse::token` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:18 use syntax::parse::token::{DelimToken, IdentStyle, InternedString, Token}; ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:20:5: 20:41 error: unresolved import `syntax::parse::token::special_idents`. There is no `special_idents` in `syntax::parse::token` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:20 use syntax::parse::token::special_idents; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:196:19: 196:34 error: unresolved name `ast::EMPTY_CTXT` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:196 ctxt: ast::EMPTY_CTXT, ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:63:26: 63:57 error: the type of this value must be known in this context .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:63 let attrs = try!(parser.parse_outer_attributes()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:63:21: 63:58 note: in this expansion of try! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:66:41: 66:53 error: no associated item named `Pub` found for type `syntax::parse::token::keywords::Keyword` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:66 let is_pub = parser.eat_keyword(Keyword::Pub); ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:67:36: 67:49 error: no associated item named `Enum` found for type `syntax::parse::token::keywords::Keyword` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:67 try!(parser.expect_keyword(Keyword::Enum)); ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:67:9: 67:52 note: in this expansion of try! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:177:34: 177:76 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:177 TokenTree::Token(sp, Token::Ident(self.name, IdentStyle::Plain)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:176:19: 191:10 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:177:34: 177:76 note: the following parameter type was expected: syntax::ast::Ident .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:180:34: 180:76 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:180 TokenTree::Token(sp, Token::Ident(self.repr, IdentStyle::Plain)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:176:19: 191:10 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:180:34: 180:76 note: the following parameter type was expected: syntax::ast::Ident .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:183:34: 183:78 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:183 TokenTree::Token(sp, Token::Ident(self.name, IdentStyle::ModName)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:176:19: 191:10 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:183:34: 183:78 note: the following parameter type was expected: syntax::ast::Ident .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:185:34: 185:90 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:185 TokenTree::Token(sp, Token::Ident(first_variant.node.name, IdentStyle::Plain)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:176:19: 191:10 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:185:34: 185:90 note: the following parameter type was expected: syntax::ast::Ident .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:188:34: 188:78 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:188 TokenTree::Token(sp, Token::Ident(self.name, IdentStyle::ModName)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:176:19: 191:10 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:188:34: 188:78 note: the following parameter type was expected: syntax::ast::Ident .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:190:34: 190:89 error: this function takes 1 parameter but 2 parameters were supplied [E0061] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:190 TokenTree::Token(sp, Token::Ident(last_variant.node.name, IdentStyle::Plain)), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <std macros>:4:6: 4:29 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:176:19: 191:10 note: in this expansion of vec! (defined in <std macros>) .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:190:34: 190:89 note: the following parameter type was expected: syntax::ast::Ident .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:196:13: 196:17 error: structure `syntax::ast::Mac_` has no field named `ctxt` [E0560] .cargo/registry/src/github.com-1ecc6299db9ec823/bounded-integer-plugin-0.1.0/src/integer_enum.rs:196 ctxt: ast::EMPTY_CTXT, ^~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `bounded-integer-plugin v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/bounded-integer-plugin-0.1.0`, 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.0/src/lib.rs --crate-name bounded_integer_plugin -o /home/cratesfyi/bounded-integer-plugin-0.1.0/doc -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.0/debug -L dependency=/home/cratesfyi/bounded-integer-plugin-0.1.0/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.