phf 0.6.19

Runtime support for perfect hash function data structures
Build #8086 2016-08-05T10:35:43.309569+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 phf_shared v0.6.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.19/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=a91ea891cab4b0cf -C extra-filename=-a91ea891cab4b0cf --out-dir /home/cratesfyi/phf-0.6.19/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf-0.6.19/debug/deps -L dependency=/home/cratesfyi/phf-0.6.19/debug/deps --cap-lints allow`
Documenting phf v0.6.19
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/lib.rs --crate-name phf -o /home/cratesfyi/phf-0.6.19/doc -L dependency=/home/cratesfyi/phf-0.6.19/debug -L dependency=/home/cratesfyi/phf-0.6.19/debug/deps --extern phf_shared=/home/cratesfyi/phf-0.6.19/debug/deps/libphf_shared-a91ea891cab4b0cf.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/map.rs:7:5: 7:28 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/map.rs:7 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/set.rs:4:5: 4:28 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/set.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4:17: 4:29 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4:17: 4:29 error: a trait named `IntoIterator` has already been imported in this module [E0252]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4:31: 4:51 error: unresolved import `std::iter::RandomAccessIterator`. There is no `RandomAccessIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:4 use std::iter::{IntoIterator, RandomAccessIterator};
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4:31: 4:51 error: unresolved import `std::iter::RandomAccessIterator`. There is no `RandomAccessIterator` in `std::iter` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:4 use std::iter::{IntoIterator, RandomAccessIterator};
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:158:16: 158:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:158 impl<'a, K, V> RandomAccessIterator for Entries<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:193:16: 193:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:193 impl<'a, K, V> RandomAccessIterator for Keys<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:228:16: 228:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_map.rs:228 impl<'a, K, V> RandomAccessIterator for Values<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:124:13: 124:33 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/ordered_set.rs:124 impl<'a, T> RandomAccessIterator for Iter<'a, T> {
^~~~~~~~~~~~~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `phf v0.6.19`, intermediate artifacts can be found at `/home/cratesfyi/phf-0.6.19`,
cause: ChainedError {
error: Could not document `phf`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.19/src/lib.rs --crate-name phf -o /home/cratesfyi/phf-0.6.19/doc -L dependency=/home/cratesfyi/phf-0.6.19/debug -L dependency=/home/cratesfyi/phf-0.6.19/debug/deps --extern phf_shared=/home/cratesfyi/phf-0.6.19/debug/deps/libphf_shared-a91ea891cab4b0cf.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.