Build #2463 2016-08-01T09:51:10.801098+00:00
# 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 bitfield v0.0.5
Documenting bitfield v0.0.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs --crate-name bitfield -o /home/cratesfyi/bitfield-0.0.5/doc -L dependency=/home/cratesfyi/bitfield-0.0.5/debug -L dependency=/home/cratesfyi/bitfield-0.0.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:378:27: 378:41 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:378 tts: &[ast::TokenTree])
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:378:27: 378:41 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:136:28: 136:33 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:136 let block = cx.block(DUMMY_SP, stmts, None);
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:136:28: 136:33 note: the following parameter types were expected: syntax::codemap::Span, std::vec::Vec<syntax::ast::Stmt>
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:194:32: 194:37 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:194 let block = cx.block(DUMMY_SP, element_setter_stmts, None);
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:194:32: 194:37 note: the following parameter types were expected: syntax::codemap::Span, std::vec::Vec<syntax::ast::Stmt>
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:382:17: 382:48 error: the type of this value must be known in this context
.cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs:382 let attrs = parser.parse_outer_attributes().unwrap();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `bitfield v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/bitfield-0.0.5`,
cause: ChainedError {
error: Could not document `bitfield`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bitfield-0.0.5/src/lib.rs --crate-name bitfield -o /home/cratesfyi/bitfield-0.0.5/doc -L dependency=/home/cratesfyi/bitfield-0.0.5/debug -L dependency=/home/cratesfyi/bitfield-0.0.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.