concat_bytes 0.1.0

A concat_bytes! macro which concat byte arrays
Build #56744 2017-06-05 07:58:27

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.19.0-dev (28a93c1f4 2017-05-31)

# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading concat_bytes v0.1.0 Documenting concat_bytes v0.1.0 Running `rustdoc --crate-name concat_bytes .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `rustc::plugin::Registry` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs:8:5 | 8 | use rustc::plugin::Registry; | ^^^^^^^^^^^^^^^^^^^^^^^ Could not find `plugin` in `rustc` error[E0412]: cannot find type `TokenTree` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:11:38 | 11 | tts: &[ast::TokenTree]) | ^^^^^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use syntax::ext::tt::quoted::TokenTree; | use syntax::tokenstream::TokenTree; error[E0531]: cannot find tuple struct/variant `ExprLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:20:18 | 20 | ast::ExprLit(ref lit) => { | ^^^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use rustc::hir::ExprLit; | use rustc::hir::Expr_::ExprLit; error[E0531]: cannot find tuple struct/variant `LitStr` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:22:26 | 22 | ast::LitStr(ref s, _) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitFloat` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:23:26 | 23 | ast::LitFloat(ref s, _) | | ^^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitFloatUnsuffixed` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:24:26 | 24 | ast::LitFloatUnsuffixed(ref s) => { | ^^^^^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitChar` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:27:26 | 27 | ast::LitChar(c) => { | ^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:30:26 | 30 | ast::LitInt(i, ast::UnsignedIntLit(_)) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `UnsignedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:30:41 | 30 | ast::LitInt(i, ast::UnsignedIntLit(_)) | | ^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31:26 | 31 | ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `SignedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31:41 | 31 | ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | | ^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Plus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:31:62 | 31 | ast::LitInt(i, ast::SignedIntLit(_, ast::Plus)) | | ^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use syntax::parse::token::BinOpToken::Plus; | use syntax::parse::token::Plus; error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32:26 | 32 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `UnsuffixedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32:41 | 32 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { | ^^^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Plus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:32:63 | 32 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Plus)) => { | ^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use syntax::parse::token::BinOpToken::Plus; | use syntax::parse::token::Plus; error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35:26 | 35 | ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `SignedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35:41 | 35 | ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | | ^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Minus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:35:62 | 35 | ast::LitInt(i, ast::SignedIntLit(_, ast::Minus)) | | ^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use syntax::parse::token::BinOpToken::Minus; | use syntax::parse::token::Minus; error[E0531]: cannot find tuple struct/variant `LitInt` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36:26 | 36 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { | ^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `UnsuffixedIntLit` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36:41 | 36 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { | ^^^^^^^^^^^^^^^^ not found in `ast` error[E0531]: cannot find unit struct/variant or constant `Minus` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:36:63 | 36 | ast::LitInt(i, ast::UnsuffixedIntLit(ast::Minus)) => { | ^^^^^ not found in `ast` | help: possible candidates are found in other modules, you can import them into scope | use syntax::parse::token::BinOpToken::Minus; | use syntax::parse::token::Minus; error[E0531]: cannot find tuple struct/variant `LitBool` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:39:26 | 39 | ast::LitBool(b) => { | ^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitByte` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:42:26 | 42 | ast::LitByte(b) => { | ^^^^^^^ not found in `ast` error[E0531]: cannot find tuple struct/variant `LitBinary` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:45:26 | 45 | ast::LitBinary(ref bytes) => { | ^^^^^^^^^ not found in `ast` error[E0425]: cannot find function `LitBinary` in module `ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/expand.rs:57:14 | 57 | ast::LitBinary(Rc::new(accumulator)) | ^^^^^^^^^ not found in `ast` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `concat_bytes`., cause: process didn't exit successfully: `rustdoc --crate-name concat_bytes .cargo/registry/src/github.com-1ecc6299db9ec823/concat_bytes-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.