bassert 0.0.4

A Better Assert macro This macro will print out the values of each side of an expression and also the values of function arguments.
Build #151015 2019-03-27 15:16:31

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.35.0-nightly (0f88167f8 2019-03-18)# docs.rs version
cratesfyi 0.6.0 (67b2b94 2019-03-26)# build log
Updating crates.io index
Downloading crates ...
Downloaded bassert v0.0.4
Documenting bassert v0.0.4
Running `rustdoc --crate-name bassert /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0557]: feature has been removed
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:3:30
|
3 | #![feature(plugin_registrar, quote)]
|                              ^^^^^

error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:11:13
|
11 | use syntax::codemap::Span;
|             ^^^^^^^ could not find `codemap` in `syntax`

error[E0432]: unresolved import `syntax::ast::TokenTree`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:13:25
|
13 | use syntax::ast::{self, TokenTree};
|                         ^^^^^^^^^ no `TokenTree` in `ast`

error[E0432]: unresolved import `syntax::ext::base::MacExpr`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:15:58
|
15 | use syntax::ext::base::{DummyResult, ExtCtxt, MacResult, MacExpr};
|                                                          ^^^^^^^ no `MacExpr` in `ext::base`

error[E0432]: unresolved import `rustc::plugin`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:16:12
|
16 | use rustc::plugin::Registry;
|            ^^^^^^ could not find `plugin` in `rustc`

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:68:13
|
68 |             quote_expr!(cx,
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:89:21
|
89 |                     quote_expr!(cx,
|                     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:103:21
|
103 |                     quote_expr!(cx,
|                     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:119:21
|
119 |                     quote_expr!(cx,
|                     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:136:21
|
136 |                     quote_expr!(cx,
|                     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:154:21
|
154 |                     quote_expr!(cx,
|                     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:174:21
|
174 |                     quote_expr!(cx,
|                     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:198:13
|
198 |             quote_expr!(cx,
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:207:5
|
207 |     quote_expr!(cx, |: rest: &::std::fmt::Arguments| { $inner_check } )
|     ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:214:13
|
214 |             quote_expr!(cx, { fn chk<T: Eq>(x: &T, y: &T) -> bool { *x == *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:217:13
|
217 |             quote_expr!(cx, { fn chk<T: Eq>(x: &T, y: &T) -> bool { *x != *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:220:13
|
220 |             quote_expr!(cx, { fn chk<T: Ord>(x: &T, y: &T) -> bool { *x <= *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:223:13
|
223 |             quote_expr!(cx, { fn chk<T: Ord>(x: &T, y: &T) -> bool { *x >= *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:226:13
|
226 |             quote_expr!(cx, { fn chk<T: Ord>(x: &T, y: &T) -> bool { *x <  *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:229:13
|
229 |             quote_expr!(cx, { fn chk<T: Ord>(x: &T, y: &T) -> bool { *x >  *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:232:13
|
232 |             quote_expr!(cx, { fn chk(x: &bool, y: &bool)   -> bool { *x || *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:235:13
|
235 |             quote_expr!(cx, { fn chk(x: &bool, y: &bool)   -> bool { *x && *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:238:13
|
238 |             quote_expr!(cx, { fn chk<R, L: Add<R, bool>>(x: &L, y: &R) -> bool { *x + *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:241:13
|
241 |             quote_expr!(cx, { fn chk<R, L: Sub<R, bool>>(x: &L, y: &R) -> bool { *x - *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:244:13
|
244 |             quote_expr!(cx, { fn chk<R, L: Mul<R, bool>>(x: &L, y: &R) -> bool { *x * *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:247:13
|
247 |             quote_expr!(cx, { fn chk<R, L: Div<R, bool>>(x: &L, y: &R) -> bool { *x / *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:250:13
|
250 |             quote_expr!(cx, { fn chk<R, L: Rem<R, bool>>(x: &L, y: &R) -> bool { *x % *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:253:13
|
253 |             quote_expr!(cx, { fn chk<R, L: Shr<R, bool>>(x: &L, y: &R) -> bool { *x >> *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:256:13
|
256 |             quote_expr!(cx, { fn chk<R, L: Shl<R, bool>>(x: &L, y: &R) -> bool { *x << *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:259:13
|
259 |             quote_expr!(cx, { fn chk<R, L: BitOr<R, bool>>(x: &L, y: &R) -> bool { *x | *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:262:13
|
262 |             quote_expr!(cx, { fn chk<R, L: BitAnd<R, bool>>(x: &L, y: &R)-> bool { *x & *y }; chk })
|             ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:265:13
|
265 |             quote_expr!(cx, { fn chk<R, L: BitXor<R, bool>>(x: &L, y: &R)-> bool { *x ^ *y }; chk })
|             ^^^^^^^^^^

error: Compilation failed, aborting rustdoc

error: aborting due to 33 previous errors

Some errors occurred: E0432, E0557.
For more information about an error, try `rustc --explain E0432`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name bassert /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190318-1.35.0-nightly-0f88167f8 --static-root-path / --disable-per-crate-search -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `bassert`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.