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.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading apply_pub v0.0.2 Documenting apply_pub v0.0.2 Running `rustdoc --crate-name apply_pub .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0432]: unresolved import `syntax::ast::ViewItem` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:52:5 | 52 | use syntax::ast::ViewItem; | ^^^^^^^^^^^^^^^^^^^^^ no `ViewItem` in `ast` error[E0432]: unresolved import `syntax::ast::ViewItemUse` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:53:48 | 53 | use syntax::ast::{MetaItem, Item, StructField, ViewItemUse, ForeignItem}; | ^^^^^^^^^^^ no `ViewItemUse` in `ast` error[E0432]: unresolved import `syntax::ast::Method` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:54:19 | 54 | use syntax::ast::{Method, MethDecl, ItemMac, UnnamedField, NamedField}; | ^^^^^^ no `Method` in `ast` error[E0432]: unresolved import `syntax::ast::MethDecl` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:54:27 | 54 | use syntax::ast::{Method, MethDecl, ItemMac, UnnamedField, NamedField}; | ^^^^^^^^ no `MethDecl` in `ast` error[E0432]: unresolved import `syntax::ast::ItemMac` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:54:37 | 54 | use syntax::ast::{Method, MethDecl, ItemMac, UnnamedField, NamedField}; | ^^^^^^^ no `ItemMac` in `ast` error[E0432]: unresolved import `syntax::ast::UnnamedField` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:54:46 | 54 | use syntax::ast::{Method, MethDecl, ItemMac, UnnamedField, NamedField}; | ^^^^^^^^^^^^ no `UnnamedField` in `ast` error[E0432]: unresolved import `syntax::ast::NamedField` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:54:60 | 54 | use syntax::ast::{Method, MethDecl, ItemMac, UnnamedField, NamedField}; | ^^^^^^^^^^ no `NamedField` in `ast` error[E0432]: unresolved import `syntax::ast::Public` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:55:19 | 55 | use syntax::ast::{Public, ItemFn, ItemImpl, ItemForeignMod, ViewItemExternCrate}; | ^^^^^^ no `Public` in `ast` error[E0432]: unresolved import `syntax::ast::ItemFn` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:55:27 | 55 | use syntax::ast::{Public, ItemFn, ItemImpl, ItemForeignMod, ViewItemExternCrate}; | ^^^^^^ no `ItemFn` in `ast`. Did you mean to use `Item`? error[E0432]: unresolved import `syntax::ast::ItemImpl` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:55:35 | 55 | use syntax::ast::{Public, ItemFn, ItemImpl, ItemForeignMod, ViewItemExternCrate}; | ^^^^^^^^ no `ItemImpl` in `ast` error[E0432]: unresolved import `syntax::ast::ItemForeignMod` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:55:45 | 55 | use syntax::ast::{Public, ItemFn, ItemImpl, ItemForeignMod, ViewItemExternCrate}; | ^^^^^^^^^^^^^^ no `ItemForeignMod` in `ast`. Did you mean to use `ForeignMod`? error[E0432]: unresolved import `syntax::ast::ViewItemExternCrate` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:55:61 | 55 | use syntax::ast::{Public, ItemFn, ItemImpl, ItemForeignMod, ViewItemExternCrate}; | ^^^^^^^^^^^^^^^^^^^ no `ViewItemExternCrate` in `ast` error[E0432]: unresolved import `syntax::ext::base::ItemModifier` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:57:51 | 57 | use syntax::ext::base::{ExtCtxt, SyntaxExtension, ItemModifier}; | ^^^^^^^^^^^^ no `ItemModifier` in `ext::base` error[E0432]: unresolved import `rustc::plugin` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:63:12 | 63 | use rustc::plugin::Registry; | ^^^^^^ Could not find `plugin` in `rustc` error[E0407]: method `fold_view_item` is not a member of trait `Folder` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:127:5 | 127 | / fn fold_view_item(&mut self, vi: ViewItem) -> ViewItem { 128 | | let item = fold::noop_fold_view_item(vi, self); 129 | | match item.node { 130 | | ViewItemExternCrate(..) => item, 131 | | ViewItemUse(..) => ViewItem { vis: Public, ..item }, 132 | | } 133 | | } | |_____^ not a member of trait `Folder` error[E0407]: method `fold_method` is not a member of trait `Folder` --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:169:5 | 169 | / fn fold_method(&mut self, m: P<Method>) -> SmallVector<P<Method>> { 170 | | let methods = fold::noop_fold_method(m, self); 171 | | if !self.parent_item_variant.is_trait_impl() { 172 | | methods.into_iter().map(|method| { ... | 183 | | } 184 | | } | |_____^ not a member of trait `Folder` error[E0658]: The attribute `license` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) --> .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs:43:1 | 43 | #![license = "MIT"] | ^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(custom_attribute)] to the crate attributes to enable error: aborting due to 17 previous errors You've got a few errors: E0407, E0432, E0658 If you want more information on an error, try using "rustc --explain E0407" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `apply_pub`., cause: process didn't exit successfully: `rustdoc --crate-name apply_pub .cargo/registry/src/github.com-1ecc6299db9ec823/apply_pub-0.0.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.