Build #88995 2018-03-05T22:09:05.324801+00:00
# 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`
Documenting aster v0.41.0
Running `rustdoc --crate-name aster .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/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[E0412]: cannot find type `ViewPath_` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/item.rs:128:44
|
128 | pub fn build_use(self, view_path: ast::ViewPath_) -> F::Result {
| ^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `PathListItem` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/item.rs:456:22
|
456 | idents: Vec<ast::PathListItem>,
| ^^^^^^^^^^^^ not found in `ast`
error: Compilation failed, aborting rustdoc
If you want more information on this error, try using "rustc --explain E0412"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `aster`.,
cause: process didn't exit successfully: `rustdoc --crate-name aster .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/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.