phf 0.6.17

Runtime support for perfect hash function data structures
Build #8088 2016-08-05T10:35:55.497375+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 phf v0.6.17
Downloading phf_shared v0.6.17
Compiling phf_shared v0.6.17
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.17/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=f3da75110667fcbf -C extra-filename=-f3da75110667fcbf --out-dir /home/cratesfyi/phf-0.6.17/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf-0.6.17/debug/deps -L dependency=/home/cratesfyi/phf-0.6.17/debug/deps --cap-lints allow`
Documenting phf v0.6.17
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/lib.rs --crate-name phf -o /home/cratesfyi/phf-0.6.17/doc -L dependency=/home/cratesfyi/phf-0.6.17/debug -L dependency=/home/cratesfyi/phf-0.6.17/debug/deps --extern phf_shared=/home/cratesfyi/phf-0.6.17/debug/deps/libphf_shared-f3da75110667fcbf.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/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.17/src/map.rs:7 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/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.17/src/set.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/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.17/src/ordered_map.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/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.17/src/ordered_set.rs:4 use std::prelude::v1::*;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/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.17/src/ordered_map.rs:4 use std::iter::{IntoIterator, RandomAccessIterator};
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/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.17/src/ordered_set.rs:4 use std::iter::{IntoIterator, RandomAccessIterator};
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_map.rs:162:16: 162:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_map.rs:162 impl<'a, K, V> RandomAccessIterator for Entries<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_map.rs:197:16: 197:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_map.rs:197 impl<'a, K, V> RandomAccessIterator for Keys<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_map.rs:232:16: 232:36 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_map.rs:232 impl<'a, K, V> RandomAccessIterator for Values<'a, K, V> {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_set.rs:128:13: 128:33 error: `RandomAccessIterator` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/ordered_set.rs:128 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.17`, intermediate artifacts can be found at `/home/cratesfyi/phf-0.6.17`,
cause: ChainedError {
error: Could not document `phf`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.6.17/src/lib.rs --crate-name phf -o /home/cratesfyi/phf-0.6.17/doc -L dependency=/home/cratesfyi/phf-0.6.17/debug -L dependency=/home/cratesfyi/phf-0.6.17/debug/deps --extern phf_shared=/home/cratesfyi/phf-0.6.17/debug/deps/libphf_shared-f3da75110667fcbf.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.