petgraph 0.1.7

Graph data structure library. Provides graph types and graph algorithms.
Build #11405 2016-08-08T10:05:47.304869+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 petgraph v0.1.7
Compiling fixedbitset v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.1.1/src/lib.rs --crate-name fixedbitset --crate-type lib -g -C metadata=0ba3fe99bd419295 -C extra-filename=-0ba3fe99bd419295 --out-dir /home/cratesfyi/petgraph-0.1.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.1.7/debug/deps -L dependency=/home/cratesfyi/petgraph-0.1.7/debug/deps --cap-lints allow`
Documenting petgraph v0.1.7
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.7/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.1.7/doc -L dependency=/home/cratesfyi/petgraph-0.1.7/debug -L dependency=/home/cratesfyi/petgraph-0.1.7/debug/deps --extern fixedbitset=/home/cratesfyi/petgraph-0.1.7/debug/deps/libfixedbitset-0ba3fe99bd419295.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.7/src/visit.rs:223:6: 223:7 error: the type parameter `G` is not constrained by the impl trait, self type, or predicates [E0207]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.7/src/visit.rs:223 impl<G: Visitable> Dfs<G::NodeId, G::Map>
^
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.7/src/visit.rs:362:6: 362:7 error: the type parameter `G` is not constrained by the impl trait, self type, or predicates [E0207]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.7/src/visit.rs:362 impl<G: Visitable> Bfs<G::NodeId, G::Map>
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.1.7`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.1.7`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.7/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.1.7/doc -L dependency=/home/cratesfyi/petgraph-0.1.7/debug -L dependency=/home/cratesfyi/petgraph-0.1.7/debug/deps --extern fixedbitset=/home/cratesfyi/petgraph-0.1.7/debug/deps/libfixedbitset-0ba3fe99bd419295.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.