phf_macros 0.7.11

Compiler plugin for perfect hash function data structures
Build #24112 2016-08-17T16:42:52.536563+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_macros v0.7.11
Compiling phf_shared v0.7.11
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.7.11/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=4885a194a276fbaf -C extra-filename=-4885a194a276fbaf --out-dir /home/cratesfyi/phf_macros-0.7.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps --cap-lints allow`
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/phf_macros-0.7.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/phf_macros-0.7.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps --extern libc=/home/cratesfyi/phf_macros-0.7.11/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Compiling phf_generator v0.7.11
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_generator-0.7.11/src/lib.rs --crate-name phf_generator --crate-type lib -g -C metadata=6656a782f440e16c -C extra-filename=-6656a782f440e16c --out-dir /home/cratesfyi/phf_macros-0.7.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps --extern rand=/home/cratesfyi/phf_macros-0.7.11/debug/deps/librand-49a08859d086fffe.rlib --extern phf_shared=/home/cratesfyi/phf_macros-0.7.11/debug/deps/libphf_shared-4885a194a276fbaf.rlib --cap-lints allow`
Documenting phf_macros v0.7.11
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs --crate-name phf_macros -o /home/cratesfyi/phf_macros-0.7.11/doc -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps --extern phf_shared=/home/cratesfyi/phf_macros-0.7.11/debug/deps/libphf_shared-4885a194a276fbaf.rlib --extern phf_generator=/home/cratesfyi/phf_macros-0.7.11/debug/deps/libphf_generator-6656a782f440e16c.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:45:25: 45:34 error: unresolved import `syntax::ast::TokenTree`. There is no `TokenTree` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:45 use syntax::ast::{self, TokenTree, Expr, ExprLit, ExprVec};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:45:42: 45:49 error: unresolved import `syntax::ast::ExprLit`. There is no `ExprLit` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:45 use syntax::ast::{self, TokenTree, Expr, ExprLit, ExprVec};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:45:51: 45:58 error: unresolved import `syntax::ast::ExprVec`. There is no `ExprVec` in `syntax::ast` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:45 use syntax::ast::{self, TokenTree, Expr, ExprLit, ExprVec};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:232:17: 232:28 error: unresolved variant or struct `LitStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:232                 ast::LitStr(ref s, _) => Some(Key::Str(s.clone())),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:233:17: 233:32 error: unresolved variant or struct `LitByteStr` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:233                 ast::LitByteStr(ref b) => Some(Key::Binary(b.clone())),
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:234:17: 234:29 error: unresolved variant or struct `LitByte` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:234                 ast::LitByte(b) => Some(Key::U8(b)),
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:235:17: 235:29 error: unresolved variant or struct `LitChar` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:235                 ast::LitChar(c) => Some(Key::Char(c)),
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236:17: 236:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Plus)) => Some(Key::I8(i as i8)),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236:32: 236:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Plus)) => Some(Key::I8(i as i8)),
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236:50: 236:59 error: unresolved variant, struct or constant `TyI8` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Plus)) => Some(Key::I8(i as i8)),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236:61: 236:70 error: unresolved variant, struct or constant `Plus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:236                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Plus)) => Some(Key::I8(i as i8)),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237:17: 237:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Minus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237:32: 237:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Minus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237:50: 237:59 error: unresolved variant, struct or constant `TyI8` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Minus)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237:61: 237:71 error: unresolved variant, struct or constant `Minus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:237                 ast::LitInt(i, ast::SignedIntLit(ast::TyI8, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239:17: 239:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Plus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239:32: 239:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Plus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239:50: 239:60 error: unresolved variant, struct or constant `TyI16` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Plus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239:62: 239:71 error: unresolved variant, struct or constant `Plus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:239                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Plus)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241:17: 241:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Minus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241:32: 241:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Minus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241:50: 241:60 error: unresolved variant, struct or constant `TyI16` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241:62: 241:72 error: unresolved variant, struct or constant `Minus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:241                 ast::LitInt(i, ast::SignedIntLit(ast::TyI16, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243:17: 243:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Plus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243:32: 243:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Plus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243:50: 243:60 error: unresolved variant, struct or constant `TyI32` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Plus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243:62: 243:71 error: unresolved variant, struct or constant `Plus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:243                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Plus)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245:17: 245:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Minus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245:32: 245:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Minus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245:50: 245:60 error: unresolved variant, struct or constant `TyI32` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245:62: 245:72 error: unresolved variant, struct or constant `Minus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:245                 ast::LitInt(i, ast::SignedIntLit(ast::TyI32, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247:17: 247:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Plus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247:32: 247:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Plus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247:50: 247:60 error: unresolved variant, struct or constant `TyI64` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Plus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247:62: 247:71 error: unresolved variant, struct or constant `Plus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:247                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Plus)) =>
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249:17: 249:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Minus)) =>
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249:32: 249:49 error: unresolved variant or struct `SignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Minus)) =>
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249:50: 249:60 error: unresolved variant, struct or constant `TyI64` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249:62: 249:72 error: unresolved variant, struct or constant `Minus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:249                 ast::LitInt(i, ast::SignedIntLit(ast::TyI64, ast::Minus)) =>
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:251:17: 251:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:251                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU8)) => Some(Key::U8(i as u8)),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:251:32: 251:51 error: unresolved variant or struct `UnsignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:251                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU8)) => Some(Key::U8(i as u8)),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:251:52: 251:61 error: unresolved variant, struct or constant `TyU8` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:251                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU8)) => Some(Key::U8(i as u8)),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:252:17: 252:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:252                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU16)) => Some(Key::U16(i as u16)),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:252:32: 252:51 error: unresolved variant or struct `UnsignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:252                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU16)) => Some(Key::U16(i as u16)),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:252:52: 252:62 error: unresolved variant, struct or constant `TyU16` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:252                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU16)) => Some(Key::U16(i as u16)),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:253:17: 253:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:253                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU32)) => Some(Key::U32(i as u32)),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:253:32: 253:51 error: unresolved variant or struct `UnsignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:253                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU32)) => Some(Key::U32(i as u32)),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:253:52: 253:62 error: unresolved variant, struct or constant `TyU32` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:253                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU32)) => Some(Key::U32(i as u32)),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:254:17: 254:28 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:254                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU64)) => Some(Key::U64(i as u64)),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:254:32: 254:51 error: unresolved variant or struct `UnsignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:254                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU64)) => Some(Key::U64(i as u64)),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:254:52: 254:62 error: unresolved variant, struct or constant `TyU64` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:254                 ast::LitInt(i, ast::UnsignedIntLit(ast::TyU64)) => Some(Key::U64(i as u64)),
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:255:17: 255:29 error: unresolved variant or struct `LitBool` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:255                 ast::LitBool(b) => Some(Key::Bool(b)),
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:266:40: 266:51 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:266                         Spanned {node: ast::LitInt(val, ast::UnsignedIntLit(ast::UintTy::TyU8)), ..} if val < 256 => Some(val as u8),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:266:57: 266:76 error: unresolved variant or struct `UnsignedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:266                         Spanned {node: ast::LitInt(val, ast::UnsignedIntLit(ast::UintTy::TyU8)), ..} if val < 256 => Some(val as u8),
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:267:40: 267:51 error: unresolved variant or struct `LitInt` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:267                         Spanned {node: ast::LitInt(val, ast::UnsuffixedIntLit(ast::Plus)), ..} if val < 256 => Some(val as u8),
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:267:57: 267:78 error: unresolved variant or struct `UnsuffixedIntLit` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:267                         Spanned {node: ast::LitInt(val, ast::UnsuffixedIntLit(ast::Plus)), ..} if val < 256 => Some(val as u8),
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:267:79: 267:88 error: unresolved variant, struct or constant `Plus` [E0531]
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:267                         Spanned {node: ast::LitInt(val, ast::UnsuffixedIntLit(ast::Plus)), ..} if val < 256 => Some(val as u8),
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:266:77: 266:94 error: no associated item named `TyU8` found for type `syntax::ast::UintTy` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs:266                         Spanned {node: ast::LitInt(val, ast::UnsignedIntLit(ast::UintTy::TyU8)), ..} if val < 256 => Some(val as u8),
^~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `phf_macros v0.7.11`, intermediate artifacts can be found at `/home/cratesfyi/phf_macros-0.7.11`,
cause: ChainedError {
error: Could not document `phf_macros`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.11/src/lib.rs --crate-name phf_macros -o /home/cratesfyi/phf_macros-0.7.11/doc -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug -L dependency=/home/cratesfyi/phf_macros-0.7.11/debug/deps --extern phf_shared=/home/cratesfyi/phf_macros-0.7.11/debug/deps/libphf_shared-4885a194a276fbaf.rlib --extern phf_generator=/home/cratesfyi/phf_macros-0.7.11/debug/deps/libphf_generator-6656a782f440e16c.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.