Build #89183 2018-03-05T23:10:33.366161+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`
Downloading kythe-indexer v0.1.0
Fresh rustc-serialize v0.3.24
Documenting kythe-indexer v0.1.0
Running `rustdoc --crate-name kythe_indexer .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.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 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24`
error[E0432]: unresolved import `rustc::ty::MethodCall`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/visitor.rs:25:17
|
25 | use rustc::ty::{MethodCall, TyCtxt};
| ^^^^^^^^^^ no `MethodCall` in `ty`
error[E0603]: constant `LOCAL_CRATE` is private
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/visitor.rs:24:5
|
24 | use rustc::middle::cstore::LOCAL_CRATE;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0106]: missing lifetime specifiers
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/pass.rs:40:10
|
40 | impl<'a> LateLintPass for KytheLintPass {
| ^^^^^^^^^^^^ expected 2 lifetime parameters
error: Compilation failed, aborting rustdoc
You've got a few errors: E0106, E0432, E0603
If you want more information on an error, try using "rustc --explain E0106"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `kythe-indexer`.,
cause: process didn't exit successfully: `rustdoc --crate-name kythe_indexer .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.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 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.