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 plugger-ruby v0.1.1 Downloading plugger-core v0.1.3 Downloading plugger-macros v0.1.3 Downloading plugger-types v0.1.3 Compiling plugger-macros v0.1.3 Compiling plugger-types v0.1.3 Fresh libc v0.2.23 Running `rustc --crate-name plugger_macros .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=ea672e229bf4f594 -C extra-filename=-ea672e229bf4f594 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --crate-name plugger_types .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-types-0.1.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b117ebf22fade802 -C extra-filename=-b117ebf22fade802 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh mri-sys v0.1.9 Compiling rurust v0.1.4 Running `rustc --crate-name rurust .cargo/registry/src/github.com-1ecc6299db9ec823/rurust-0.1.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=21d0017f26494926 -C extra-filename=-21d0017f26494926 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern mri_sys=/home/cratesfyi/cratesfyi/debug/deps/libmri_sys-20231c53e2962185.rlib --extern-version mri_sys=mri-sys,0.1.9 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --cap-lints allow` error[E0432]: unresolved import `syntax::parse::token::intern` --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:18:5 | 18 | use syntax::parse::token::intern; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `intern` in `parse::token` error[E0432]: unresolved import `syntax::parse::token::intern` --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:216:32 | 216 | use syntax::parse::token::{intern, InternedString}; | ^^^^^^ no `intern` in `parse::token` error[E0432]: unresolved import `syntax::parse::token::InternedString` --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:216:40 | 216 | use syntax::parse::token::{intern, InternedString}; | ^^^^^^^^^^^^^^ no `InternedString` in `parse::token` error: no field `node` on type `&syntax::ast::Attribute` --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:26:34 | 26 | attrs.iter().any(|attr| attr.node.value.node == ast::MetaItemKind::Word(intern("plug").as_str())) | ^^^^ error: `ast::MetaItemKind::Word` is being called, but it is not a function --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:26:53 | 26 | attrs.iter().any(|attr| attr.node.value.node == ast::MetaItemKind::Word(intern("plug").as_str())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: did you mean to write `ast::MetaItemKind::Word`? error[E0599]: no associated item named `none` found for type `syntax::ast::PathParameters` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:58:33 | 58 | parameters: ast::PathParameters::none(), | ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0063]: missing field `span` in initializer of `syntax::ast::PathSegment` --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:56:43 | 56 | method_path.segments.push(ast::PathSegment { | ^^^^^^^^^^^^^^^^ missing `span` error[E0308]: mismatched types --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:62:58 | 62 | let method_name = ecx.expr_str(DUMMY_SP, impl_item.ident.name.as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Symbol`, found struct `syntax::symbol::InternedString` | = note: expected type `syntax::ast::Symbol` found type `syntax::symbol::InternedString` error[E0599]: no associated item named `None` found for type `syntax::ast::FunctionRetTy` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:67:21 | 67 | ast::FunctionRetTy::None(..) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0308]: mismatched types --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:84:48 | 84 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name.as_str()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Symbol`, found struct `syntax::symbol::InternedString` | = note: expected type `syntax::ast::Symbol` found type `syntax::symbol::InternedString` error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 7 fields --> .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs:204:13 | 204 | ItemKind::Impl(_,_,_,_, ref ty, ref impl_items) => { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 7 fields, found 6 error: aborting due to previous error(s) thread 'main' panicked at 'ChainedError { error: Could not compile `plugger-macros`., cause: process didn't exit successfully: `rustc --crate-name plugger_macros .cargo/registry/src/github.com-1ecc6299db9ec823/plugger-macros-0.1.3/src/lib.rs --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=ea672e229bf4f594 -C extra-filename=-ea672e229bf4f594 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.