kythe-indexer 0.1.0

A plugin for generating knowledge graphs of Rust code
Build #28842 2016-08-22T09:15:11.028806+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading kythe-indexer v0.1.0
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/kythe-indexer-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/kythe-indexer-0.1.0/debug/deps -L dependency=/home/cratesfyi/kythe-indexer-0.1.0/debug/deps --cap-lints allow`
Documenting kythe-indexer v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/lib.rs --crate-name kythe_indexer -o /home/cratesfyi/kythe-indexer-0.1.0/doc -L dependency=/home/cratesfyi/kythe-indexer-0.1.0/debug -L dependency=/home/cratesfyi/kythe-indexer-0.1.0/debug/deps --extern rustc_serialize=/home/cratesfyi/kythe-indexer-0.1.0/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/visitor.rs:369:9: 369:50 error: this function takes 5 parameters but 6 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/visitor.rs:369         walk_fn(self, kind, decl, body, span, id);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/visitor.rs:369:9: 369:50 note: the following parameter types were expected: &mut _, rustc::hir::intravisit::FnKind<'_>, &rustc::hir::FnDecl, &rustc::hir::Block, syntax::codemap::Span 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `kythe-indexer v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/kythe-indexer-0.1.0`,
cause: ChainedError {
error: Could not document `kythe-indexer`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/kythe-indexer-0.1.0/src/lib.rs --crate-name kythe_indexer -o /home/cratesfyi/kythe-indexer-0.1.0/doc -L dependency=/home/cratesfyi/kythe-indexer-0.1.0/debug -L dependency=/home/cratesfyi/kythe-indexer-0.1.0/debug/deps --extern rustc_serialize=/home/cratesfyi/kythe-indexer-0.1.0/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.