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.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading bassert v0.0.4 Documenting bassert v0.0.4 Running `rustdoc --crate-name bassert .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `syntax::ast::TokenTree` --> .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` --> .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` --> .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[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:8:1 | 8 | extern crate syntax; | ^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:9:1 | 9 | extern crate rustc; | ^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:11:5 | 11 | use syntax::codemap::Span; | ^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:12:5 | 12 | use syntax::parse::token; | ^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:13:19 | 13 | use syntax::ast::{self, TokenTree}; | ^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:14:5 | 14 | use syntax::ptr::P; | ^^^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:15:25 | 15 | use syntax::ext::base::{DummyResult, ExtCtxt, MacResult, MacExpr}; | ^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:15:38 | 15 | use syntax::ext::base::{DummyResult, ExtCtxt, MacResult, MacExpr}; | ^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:15:47 | 15 | use syntax::ext::base::{DummyResult, ExtCtxt, MacResult, MacExpr}; | ^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:45:28 | 45 | fn expand_bassert(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) | ^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:45:41 | 45 | fn expand_bassert(cx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) | ^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:46:16 | 46 | -> Box<MacResult + 'static> { | ^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:62:26 | 62 | fn get_fmt_meth(cx: &mut ExtCtxt, expr: P<ast::Expr>) -> P<ast::Expr> { | ^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:62:41 | 62 | fn get_fmt_meth(cx: &mut ExtCtxt, expr: P<ast::Expr>) -> P<ast::Expr> { | ^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:62:43 | 62 | fn get_fmt_meth(cx: &mut ExtCtxt, expr: P<ast::Expr>) -> P<ast::Expr> { | ^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:62:58 | 62 | fn get_fmt_meth(cx: &mut ExtCtxt, expr: P<ast::Expr>) -> P<ast::Expr> { | ^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:62:60 | 62 | fn get_fmt_meth(cx: &mut ExtCtxt, expr: P<ast::Expr>) -> P<ast::Expr> { | ^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:211:28 | 211 | fn get_check_func(cx: &mut ExtCtxt, cmp: ast::BinOp) -> P<ast::Expr> { | ^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:211:42 | 211 | fn get_check_func(cx: &mut ExtCtxt, cmp: ast::BinOp) -> P<ast::Expr> { | ^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:211:57 | 211 | fn get_check_func(cx: &mut ExtCtxt, cmp: ast::BinOp) -> P<ast::Expr> { | ^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs:211:59 | 211 | fn get_check_func(cx: &mut ExtCtxt, cmp: ast::BinOp) -> P<ast::Expr> { | ^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error: Compilation failed, aborting rustdoc You've got a few errors: E0432, E0658 If you want more information on an error, try using "rustc --explain E0432" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `bassert`., cause: process didn't exit successfully: `rustdoc --crate-name bassert .cargo/registry/src/github.com-1ecc6299db9ec823/bassert-0.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.