assert_ng 0.0.3

An extended assert macro that extends Rust’s built-in assert macro to give better messages on failure.
Build #150951 2019-03-27T14:22:56.336222+00:00
# 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 assert_ng v0.0.3
Documenting assert_ng v0.0.3
Running `rustdoc --crate-name assert_ng /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/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: expected identifier, found keyword `mod`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:8:21
|
8 | use syntax::parse::{mod, token, lexer};
|                     ^^^ expected identifier, found keyword
help: you can escape reserved keywords to use them as identifiers
|
8 | use syntax::parse::{r#mod, token, lexer};
|                     ^^^^^

error: expected identifier, found keyword `mod`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:10:19
|
10 | use syntax::ast::{mod, TokenTree};
|                   ^^^ expected identifier, found keyword
help: you can escape reserved keywords to use them as identifiers
|
10 | use syntax::ast::{r#mod, TokenTree};
|                   ^^^^^

error[E0557]: feature has been removed
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:2:30
|
2 | #![feature(plugin_registrar, quote, slicing_syntax)]
|                              ^^^^^

error[E0432]: unresolved import `syntax::codemap`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:7:13
|
7 | use syntax::codemap::{DUMMY_SP, Span};
|             ^^^^^^^ could not find `codemap` in `syntax`

error[E0432]: unresolved import `syntax::parse::mod`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:8:21
|
8 | use syntax::parse::{mod, token, lexer};
|                     ^^^ no `mod` in `parse`

error[E0432]: unresolved import `syntax::parse::lexer::Reader`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:9:5
|
9 | use syntax::parse::lexer::Reader;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Reader` in `parse::lexer`

error[E0432]: unresolved imports `syntax::ast::mod`, `syntax::ast::TokenTree`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:10:19
|
10 | use syntax::ast::{mod, TokenTree};
|                   ^^^  ^^^^^^^^^ no `TokenTree` in `ast`
|                   |
|                   no `mod` in `ast`
|                   help: a similar name exists in the module: `Mod`

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

error[E0432]: unresolved import `rustc::plugin`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:14:12
|
14 | 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/assert_ng-0.0.3/src/lib.rs:104:17
|
104 |                 quote_expr!(cx,
|                 ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:120:17
|
120 |                 quote_expr!(cx,
|                 ^^^^^^^^^^

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

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:152:17
|
152 |                 quote_expr!(cx,
|                 ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:168:17
|
168 |                 quote_expr!(cx,
|                 ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:184:17
|
184 |                 quote_expr!(cx,
|                 ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:200:17
|
200 |                 quote_expr!(cx,
|                 ^^^^^^^^^^

error: cannot find macro `quote_expr!` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/src/lib.rs:210:9
|
210 |         quote_expr!(cx, if cfg!(not(ndebug)) { $res })
|         ^^^^^^^^^^

error: Compilation failed, aborting rustdoc

error: aborting due to 18 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 assert_ng /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/assert_ng-0.0.3/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 `assert_ng`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.