petgraph 0.1.1

Graph data structure library.
Build #11411 2016-08-08T10:06:28.976640+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.1
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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.1.1/debug/deps -L dependency=/home/cratesfyi/petgraph-0.1.1/debug/deps --cap-lints allow`
Documenting petgraph v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.1/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.1.1/doc -L dependency=/home/cratesfyi/petgraph-0.1.1/debug -L dependency=/home/cratesfyi/petgraph-0.1.1/debug/deps --extern fixedbitset=/home/cratesfyi/petgraph-0.1.1/debug/deps/libfixedbitset-0ba3fe99bd419295.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.1/src/visit.rs:216:6: 216: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.1/src/visit.rs:216 impl<G: Visitable> Dfs<G::NodeId, G::Map>
^
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.1/src/visit.rs:301:6: 301: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.1/src/visit.rs:301 impl<G: Visitable> Bfs<G::NodeId, G::Map> where
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.1.1`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.1/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.1.1/doc -L dependency=/home/cratesfyi/petgraph-0.1.1/debug -L dependency=/home/cratesfyi/petgraph-0.1.1/debug/deps --extern fixedbitset=/home/cratesfyi/petgraph-0.1.1/debug/deps/libfixedbitset-0ba3fe99bd419295.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.