power-assert 0.3.9

Power Assert in Rust. Provides better assertion message.
Build #6907 2016-08-04T14:55:56.440288+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 power-assert v0.3.9
Documenting power-assert v0.3.9
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/lib.rs --crate-name power_assert -o /home/cratesfyi/power-assert-0.3.9/doc -L dependency=/home/cratesfyi/power-assert-0.3.9/debug -L dependency=/home/cratesfyi/power-assert-0.3.9/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:3:32: 3:41 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:3 use syntax::ast::{Expr, Ident, TokenTree, Stmt};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:3:32: 3:41 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:3 use syntax::ast::{Expr, Ident, TokenTree};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:33:32: 33:45 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:33        .filter(|tt| span.lo <= tt.get_span().lo && tt.get_span().hi <= span.hi)
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:132:31: 132:50 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:132     let cond_expr = panictry!(parser.parse_expr());
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:132:21: 132:51 note: in this expansion of panictry! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:177:25: 177:44 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:177     let lhs = panictry!(parser.parse_expr());
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs:177:15: 177:45 note: in this expansion of panictry! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/expand.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:28:41: 28:51 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:28     register_pos(map, tt.get_span().lo, line.lines[0].start_col.0 as i32);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:41:27: 41:38 error: this function takes 3 parameters but 2 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:41     let filemap = codemap.new_filemap("".to_string(), ppstr);
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:41:27: 41:38 note: the following parameter types were expected: std::string::String, std::option::Option<std::string::String>, std::string::String 
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:247:22: 247:34 error: cannot infer an appropriate lifetime due to conflicting requirements [E0495]
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:247     let mut folder = AssertFolder {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:234:1: 254:2 help: consider using an explicit lifetime parameter as shown: fn convert_expr<'a>(cx: &'a mut ExtCtxt<'a>, expr: P<Expr>, ident: Ident,
tts: &[TokenTree]) -> (P<Expr>, bool) 
.cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/convert.rs:234 pub fn convert_expr(cx: &mut ExtCtxt,
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `power-assert v0.3.9`, intermediate artifacts can be found at `/home/cratesfyi/power-assert-0.3.9`,
cause: ChainedError {
error: Could not document `power-assert`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/power-assert-0.3.9/src/lib.rs --crate-name power_assert -o /home/cratesfyi/power-assert-0.3.9/doc -L dependency=/home/cratesfyi/power-assert-0.3.9/debug -L dependency=/home/cratesfyi/power-assert-0.3.9/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.