stainless 0.0.12

Organized, flexible testing framework.
Build #4305 2016-08-02T19:42:53.940060+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 stainless v0.0.12
Documenting stainless v0.0.12
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/lib.rs --crate-name stainless -o /home/cratesfyi/stainless-0.0.12/doc -L dependency=/home/cratesfyi/stainless-0.0.12/debug -L dependency=/home/cratesfyi/stainless-0.0.12/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/lib.rs:86:5: 86:18 error: unresolved import `rustc::plugin`. There is no `plugin` in `rustc` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/lib.rs:86 use rustc::plugin;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:3:24: 3:32 error: unresolved import `syntax::ast_util`. There is no `ast_util` in `syntax` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:3 use syntax::{ast, abi, ast_util, codemap};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/describe.rs:59:47: 59:61 error: type name `ast::TokenTree` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/describe.rs:59                 name: ast::Ident, tokens: Vec<ast::TokenTree>) -> Box<base::MacResult + 'a> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/describe.rs:59:47: 59:61 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/describe.rs:64:5: 64:24 error: failed to resolve. Could not find `MacItems` in `syntax::ext::base` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/describe.rs:64     base::MacItems::new(Some(state.generate(sp, cx, None)).into_iter())
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:82:29: 82:47 error: unresolved name `ast::DefaultReturn` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:82                     output: ast::DefaultReturn(sp),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:87:17: 87:26 error: unresolved name `abi::Rust` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:87                 abi::Rust,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:78:19: 78:30 error: unresolved name `ast::ItemFn` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:78             node: ast::ItemFn(
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:94:18: 94:32 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:94             vis: ast::Inherited,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:123:29: 123:47 error: unresolved name `ast::DefaultReturn` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:123                     output: ast::DefaultReturn(sp),
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:129:17: 129:26 error: unresolved name `abi::Rust` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:129                 abi::Rust,
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:115:19: 115:30 error: unresolved name `ast::ItemFn` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:115             node: ast::ItemFn(
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:136:18: 136:32 error: unresolved name `ast::Inherited` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:136             vis: ast::Inherited,
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:184:47: 184:58 error: unresolved name `ast::Public` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/generate.rs:184         let super_glob = cx.item_use_glob(sp, ast::Public, vec![cx.ident_of("super")]);
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/lib.rs:97:35: 97:51 error: ambiguous associated type; specify the type using the syntax `<[type error] as Trait>::Registry` [E0223]
.cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/lib.rs:97 pub fn plugin_registrar(reg: &mut plugin::Registry) {
^~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `stainless v0.0.12`, intermediate artifacts can be found at `/home/cratesfyi/stainless-0.0.12`,
cause: ChainedError {
error: Could not document `stainless`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/stainless-0.0.12/src/lib.rs --crate-name stainless -o /home/cratesfyi/stainless-0.0.12/doc -L dependency=/home/cratesfyi/stainless-0.0.12/debug -L dependency=/home/cratesfyi/stainless-0.0.12/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.