phf 0.4.8

Runtime support for perfect hash function data structures
Build #8107 2016-08-05T10:37:47.387999+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.4.8
Downloading phf_shared v0.4.8
Compiling phf_shared v0.4.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=0e35e5dc9dbeb954 -C extra-filename=-0e35e5dc9dbeb954 --out-dir /home/cratesfyi/phf-0.4.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf-0.4.8/debug/deps -L dependency=/home/cratesfyi/phf-0.4.8/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:2:1: 2:19 error: an extern crate named `core` has already been imported in this module [E0259]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:2 extern crate core;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:2:1: 2:19 help: run `rustc --explain E0259` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:4:5: 4:25 error: unresolved import `core::slice::AsSlice`. There is no `AsSlice` in `core::slice` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:4 use core::slice::AsSlice;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:4:5: 4:25 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:6:5: 6:23 error: unresolved import `core::hash::Writer`. There is no `Writer` in `core::hash` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:6 use core::hash::Writer;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:6:5: 6:23 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7:29: 7:37 error: unresolved import `core::hash::sip::SipState`. There is no `SipState` in `core::hash::sip` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7 use core::hash::sip::{self, SipState};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7:29: 7:37 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:16:17: 16:21 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:16     const BITS: uint = 21;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:16:17: 16:21 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:16:17: 16:21 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:72:1: 72:15 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:73:1: 73:15 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:74:1: 74:16 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:75:1: 75:16 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:76:1: 76:16 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:77:1: 77:16 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:78:1: 78:16 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:79:1: 79:16 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:80:1: 80:17 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66                 split(sip::hash_with_keys(seed, 0, self))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:81:1: 81:17 note: in this expansion of sip_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:66:23: 66:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:94:1: 94:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:95:1: 95:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:96:1: 96:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:97:1: 97:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:98:1: 98:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:99:1: 99:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:100:1: 100:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:101:1: 101:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:102:1: 102:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:103:1: 103:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:104:1: 104:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:105:1: 105:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:106:1: 106:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:107:1: 107:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:108:1: 108:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:109:1: 109:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:110:1: 110:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:111:1: 111:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:112:1: 112:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:113:1: 113:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:114:1: 114:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:115:1: 115:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 error: unresolved name `sip::hash_with_keys` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:23: 88:42 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7:23: 7:27 error: module `sip` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7 use core::hash::sip::{self, SipState};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7:29: 7:37 error: module `sip` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:7 use core::hash::sip::{self, SipState};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:20:6: 20:36 error: the type of this value must be known in this context 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:20      ((hash >> BITS) & MASK) as u32,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 1]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:94:1: 94:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 2]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:95:1: 95:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 3]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:96:1: 96:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 4]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:97:1: 97:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 5]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:98:1: 98:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 6]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:99:1: 99:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 7]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:100:1: 100:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 8]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:101:1: 101:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 9]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:102:1: 102:20 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 10]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:103:1: 103:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 11]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:104:1: 104:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 12]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:105:1: 105:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 13]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:106:1: 106:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 14]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:107:1: 107:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 15]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:108:1: 108:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 16]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:109:1: 109:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 17]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:110:1: 110:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 18]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:111:1: 111:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 19]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:112:1: 112:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 20]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:113:1: 113:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 21]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:114:1: 114:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 22]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:115:1: 115:21 note: in this expansion of array_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 23]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 24]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 25]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 26]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 27]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 28]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 29]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 30]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 31]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 error: no method named `as_slice` found for type `&[u8; 32]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88                 split(sip::hash_with_keys(seed, 0, self.as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/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.4.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs:88:57: 88:65 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.4.8/src/lib.rs:88:57: 88:65 help: candidate #1: `use core::array::FixedSizeArray` 
error: aborting due to 33 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `phf v0.4.8`, intermediate artifacts can be found at `/home/cratesfyi/phf-0.4.8`,
cause: ChainedError {
error: Could not compile `phf_shared`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.8/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=0e35e5dc9dbeb954 -C extra-filename=-0e35e5dc9dbeb954 --out-dir /home/cratesfyi/phf-0.4.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf-0.4.8/debug/deps -L dependency=/home/cratesfyi/phf-0.4.8/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.