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.13.0-nightly (e9bc1bac8 2016-08-24)# docs.rs version cratesfyi 0.2.0 (fb1be72 2016-08-29)# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading aster v0.26.1 Documenting aster v0.26.1 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.26.1/doc -L dependency=/home/cratesfyi/aster-0.26.1/debug -L dependency=/home/cratesfyi/aster-0.26.1/debug/deps` error[E0412]: type name `ast::NestedMetaItem` is undefined or not in scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/attr.rs:172:16 | 172 | items: Vec<ast::NestedMetaItem>, | ^^^^^^^^^^^^^^^^^^^ undefined or not in scope | = help: no candidates by the name of `NestedMetaItem` found in your project; maybe you misspelled the name or forgot to import an external crate? error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/attr.rs:199:26 | 199 | respan(span, ast::NestedMetaItemKind::MetaItem(meta_item)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast` error[E0433]: failed to resolve. Could not find `NestedMetaItemKind` in `syntax::ast` --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/attr.rs:213:43 | 213 | self.items.push(respan(self.span, ast::NestedMetaItemKind::MetaItem(item))); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `NestedMetaItemKind` in `syntax::ast` error[E0422]: `ast::PathListItem_` does not name a structure --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/item.rs:431:44 | 431 | self.idents.push(respan(self.span, ast::PathListItem_ { | ^^^^^^^^^^^^^^^^^^ not a structure error[E0422]: `ast::PathListItem_` does not name a structure --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/item.rs:442:44 | 442 | self.idents.push(respan(self.span, ast::PathListItem_ { | ^^^^^^^^^^^^^^^^^^ not a structure error[E0560]: structure `syntax::ast::Generics` has no field named `span` --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/generics.rs:221:13 | 221 | span: self.span, | ^^^^ error[E0308]: mismatched types --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/item.rs:322:13 | 322 | respan(self.span, self.constness), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Constness`, found struct `syntax::codemap::Spanned` | = note: expected type `syntax::ast::Constness` = note: found type `syntax::codemap::Spanned<syntax::ast::Constness>` error[E0308]: mismatched types --> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/method.rs:73:24 | 73 | constness: respan(self.span, self.constness), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `syntax::ast::Constness`, found struct `syntax::codemap::Spanned` | = note: expected type `syntax::ast::Constness` = note: found type `syntax::codemap::Spanned<syntax::ast::Constness>` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `aster v0.26.1`, intermediate artifacts can be found at `/home/cratesfyi/aster-0.26.1`, cause: ChainedError { error: Could not document `aster`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.26.1/src/lib.rs --crate-name aster -o /home/cratesfyi/aster-0.26.1/doc -L dependency=/home/cratesfyi/aster-0.26.1/debug -L dependency=/home/cratesfyi/aster-0.26.1/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:132 note: Run with `RUST_BACKTRACE=1` for a backtrace.