phf_macros 0.6.7

Compiler plugin for perfect hash function data structures
Build #24135 2016-08-17T16:46:16.404578+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
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading phf_macros v0.6.7
Compiling log v0.2.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs --crate-name log --crate-type lib -g -C metadata=11295c2e2fdfed1d -C extra-filename=-11295c2e2fdfed1d --out-dir /home/cratesfyi/phf_macros-0.6.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps --cap-lints allow`
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"cargo-build\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/phf_macros-0.6.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps --cap-lints allow`
Compiling phf_shared v0.6.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=5649dbf3318ffc5a -C extra-filename=-5649dbf3318ffc5a --out-dir /home/cratesfyi/phf_macros-0.6.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:9:5: 9:24 error: unresolved import `std::slice::AsSlice`. There is no `AsSlice` in `std::slice` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:9 use std::slice::AsSlice;
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:9:5: 9:24 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:10:5: 10:21 error: unresolved import `std::str::StrExt`. There is no `StrExt` in `std::str` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:10 use std::str::StrExt;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:10:5: 10:21 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:11:17: 11:23 error: unresolved import `std::hash::Writer`. There is no `Writer` in `std::hash` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:11 use std::hash::{Writer, Hasher, Hash, SipHasher};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:11:17: 11:23 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:5: 535:16 error: unresolved name `rt::at_exit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535     rt::at_exit(|| {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:5: 535:16 help: run `rustc --explain E0425` to see a detailed explanation
error: aborting due to previous error 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 1]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:107:1: 107:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 2]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:108:1: 108:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 3]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:109:1: 109:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 4]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:110:1: 110:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 5]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:111:1: 111:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 6]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:112:1: 112:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 7]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:113:1: 113:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 8]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:114:1: 114:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 9]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:115:1: 115:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 10]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:116:1: 116:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 11]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:117:1: 117:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 12]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:118:1: 118:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 13]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:119:1: 119:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 14]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:120:1: 120:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 15]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:121:1: 121:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 16]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:122:1: 122:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 17]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:123:1: 123:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 18]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:124:1: 124:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 19]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:125:1: 125:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 20]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:126:1: 126:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 21]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:127:1: 127:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 22]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:128:1: 128:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 23]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:129:1: 129:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 24]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:130:1: 130:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 25]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:131:1: 131:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 26]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:132:1: 132:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 27]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:133:1: 133:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 28]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:134:1: 134:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 29]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:135:1: 135:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 30]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:136:1: 136:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 31]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:137:1: 137:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 error: no method named `as_slice` found for type `&[u8; 32]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100                 hasher.write(self.as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:138:1: 138:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it: 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.7/src/lib.rs:100:35: 100:43 help: candidate #1: `use core::array::FixedSizeArray` 
error: aborting due to 32 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `phf_macros v0.6.7`, intermediate artifacts can be found at `/home/cratesfyi/phf_macros-0.6.7`,
cause: ChainedError {
error: Could not compile `log`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs --crate-name log --crate-type lib -g -C metadata=11295c2e2fdfed1d -C extra-filename=-11295c2e2fdfed1d --out-dir /home/cratesfyi/phf_macros-0.6.7/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.6.7/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.