qcollect-traits 0.4.1

Traits for being generic over collection-types.
Build #20996 2016-08-15T09:54:33.073586+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`
Compiling vec_map v0.3.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.3.0/src/lib.rs --crate-name vec_map --crate-type lib -g -C metadata=dca25e37e1b55e6e -C extra-filename=-dca25e37e1b55e6e --out-dir /home/cratesfyi/qcollect-traits-0.4.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/qcollect-traits-0.4.1/debug/deps -L dependency=/home/cratesfyi/qcollect-traits-0.4.1/debug/deps --cap-lints allow`
Documenting qcollect-traits v0.4.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/lib.rs --crate-name qcollect_traits -o /home/cratesfyi/qcollect-traits-0.4.1/doc -L dependency=/home/cratesfyi/qcollect-traits-0.4.1/debug -L dependency=/home/cratesfyi/qcollect-traits-0.4.1/debug/deps --extern vec_map=/home/cratesfyi/qcollect-traits-0.4.1/debug/deps/libvec_map-dca25e37e1b55e6e.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:8:5: 8:44 error: unresolved import `std::collections::hash_state::HashState`. Could not find `hash_state` in `std::collections` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:8 use std::collections::hash_state::HashState;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:104:28: 104:37 error: `HashState` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:104     where T: Hash + Eq, S: HashState
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:110:28: 110:37 error: `HashState` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:110     where T: Hash + Eq, S: HashState
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:114:28: 114:37 error: `HashState` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:114     where T: Hash + Eq, S: HashState
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:198:28: 198:37 error: `HashState` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:198     where K: Hash + Eq, S: HashState
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:204:28: 204:37 error: `HashState` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:204     where K: Hash + Eq, S: HashState
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:208:28: 208:37 error: `HashState` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/impls_libstd.rs:208     where K: Hash + Eq, S: HashState
^~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `qcollect-traits v0.4.1`, intermediate artifacts can be found at `/home/cratesfyi/qcollect-traits-0.4.1`,
cause: ChainedError {
error: Could not document `qcollect-traits`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/qcollect-traits-0.4.1/src/lib.rs --crate-name qcollect_traits -o /home/cratesfyi/qcollect-traits-0.4.1/doc -L dependency=/home/cratesfyi/qcollect-traits-0.4.1/debug -L dependency=/home/cratesfyi/qcollect-traits-0.4.1/debug/deps --extern vec_map=/home/cratesfyi/qcollect-traits-0.4.1/debug/deps/libvec_map-dca25e37e1b55e6e.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.