kythe-indexer 0.1.0

A plugin for generating knowledge graphs of Rust code
Build #51878 2017-06-02T12:09:51.125945+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# 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 -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::middle::cstore::LOCAL_CRATE`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/visitor.rs:24:5
|
24 | use rustc::middle::cstore::LOCAL_CRATE;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LOCAL_CRATE` in `middle::cstore`

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: aborting due to previous error(s)

thread 'main' panicked at '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 -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)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.