petgraph 0.0.12

Graph data structure library.
Build #11413 2016-08-08T10:06:41.406867+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.0.12
Documenting petgraph v0.0.12
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.12/doc -L dependency=/home/cratesfyi/petgraph-0.0.12/debug -L dependency=/home/cratesfyi/petgraph-0.0.12/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/visit.rs:7:5: 7:11 error: unresolved import `std::collections::BitSet`. There is no `BitSet` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/visit.rs:7     BitSet,
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/isomorphism.rs:2:5: 2:29 error: unresolved import `std::collections::BitVec`. There is no `BitVec` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/isomorphism.rs:2 use std::collections::BitVec;
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/traits_graph.rs:1:5: 1:29 error: unresolved import `std::collections::BitVec`. There is no `BitVec` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/traits_graph.rs:1 use std::collections::BitVec;
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/visit.rs:25:23: 25:42 error: trait `marker::MarkerTrait` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/visit.rs:25 pub trait Graphlike : marker::MarkerTrait {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/visit.rs:25:23: 25:42 help: no candidates by the name of `MarkerTrait` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/lib.rs:56:22: 56:41 error: trait `marker::MarkerTrait` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/lib.rs:56 pub trait EdgeType : marker::MarkerTrait {
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/lib.rs:56:22: 56:41 help: no candidates by the name of `MarkerTrait` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `petgraph v0.0.12`, intermediate artifacts can be found at `/home/cratesfyi/petgraph-0.0.12`,
cause: ChainedError {
error: Could not document `petgraph`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.0.12/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.0.12/doc -L dependency=/home/cratesfyi/petgraph-0.0.12/debug -L dependency=/home/cratesfyi/petgraph-0.0.12/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.