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.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` Documenting concat_bytes v0.1.0 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs --crate-name concat_bytes -o /home/cratesfyi/concat_bytes-0.1.0/doc -L dependency=/home/cratesfyi/concat_bytes-0.1.0/debug -L dependency=/home/cratesfyi/concat_bytes-0.1.0/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs:8:5: 8:28 error: unresolved import `rustc::plugin::Registry`. Could not find `plugin` in `rustc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs:8 use rustc::plugin::Registry; ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:11:33: 11:47 error: type name `ast::TokenTree` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:11 tts: &[ast::TokenTree]) ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:11:33: 11:47 help: you can import it into scope: `use syntax::tokenstream::TokenTree;`. .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:20:13: 20:25 error: unresolved variant or struct `ExprLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:20 ast::ExprLit(ref lit) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:22:21: 22:32 error: unresolved variant or struct `LitStr` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:22 ast::LitStr(ref s, _) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:23:21: 23:34 error: unresolved variant or struct `LitFloat` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:23 ast::LitFloat(ref s, _) | ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:24:21: 24:44 error: unresolved variant or struct `LitFloatUnsuffixed` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:24 ast::LitFloatUnsuffixed(ref s) => { ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:27:21: 27:33 error: unresolved variant or struct `LitChar` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:27 ast::LitChar(c) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:30:21: 30:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:30 ast::LitInt(i, ast::UnsignedIntLit(_)) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:30:36: 30:55 error: unresolved variant or struct `UnsignedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:30 ast::LitInt(i, ast::UnsignedIntLit(_)) | ^~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31:21: 31:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31 ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31:36: 31:53 error: unresolved variant or struct `SignedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31 ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31:57: 31:66 error: unresolved variant, struct or constant `Plus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31 ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32:21: 32:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32:36: 32:57 error: unresolved variant or struct `UnsuffixedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32:58: 32:67 error: unresolved variant, struct or constant `Plus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35:21: 35:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35 ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35:36: 35:53 error: unresolved variant or struct `SignedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35 ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35:57: 35:67 error: unresolved variant, struct or constant `Minus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35 ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36:21: 36:32 error: unresolved variant or struct `LitInt` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36:36: 36:57 error: unresolved variant or struct `UnsuffixedIntLit` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36:58: 36:68 error: unresolved variant, struct or constant `Minus` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36 ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:39:21: 39:33 error: unresolved variant or struct `LitBool` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:39 ast::LitBool(b) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:42:21: 42:33 error: unresolved variant or struct `LitByte` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:42 ast::LitByte(b) => { ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:45:21: 45:35 error: unresolved variant or struct `LitBinary` [E0531] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:45 ast::LitBinary(ref bytes) => { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:57:9: 57:23 error: unresolved name `ast::LitBinary` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:57 ast::LitBinary(Rc::new(accumulator)) ^~~~~~~~~~~~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `concat_bytes v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/concat_bytes-0.1.0`, cause: ChainedError { error: Could not document `concat_bytes`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs --crate-name concat_bytes -o /home/cratesfyi/concat_bytes-0.1.0/doc -L dependency=/home/cratesfyi/concat_bytes-0.1.0/debug -L dependency=/home/cratesfyi/concat_bytes-0.1.0/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.