Build #103765 2018-06-06T07:19:01.690379+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# 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 -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `syntax::abi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/item.rs:5:13
|
5 | use syntax::abi::Abi;
| ^^^ Could not find `abi` in `syntax`
error[E0432]: unresolved import `syntax::abi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/method.rs:1:13
|
1 | use syntax::abi::Abi;
| ^^^ Could not find `abi` in `syntax`
error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/expr.rs:1187:14
|
1187 | id: ast::SpannedIdent,
| ^^^^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/expr.rs:1209:14
|
1209 | id: ast::SpannedIdent,
| ^^^^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/expr.rs:1855:14
|
1855 | id: ast::SpannedIdent,
| ^^^^^^^^^^^^ not found in `ast`
error[E0412]: cannot find type `SpannedIdent` in module `ast`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/aster-0.41.0/src/expr.rs:2087:24
|
2087 | label: Option<ast::SpannedIdent>,
| ^^^^^^^^^^^^ not found in `ast`
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
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 -20180602-1.28.0-dev-b9bf4f162 -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.