rustc-ap-arena 559.0.0

Automatically published version of the package `arena` in the rust-lang/rust repository from commit 9e9a136fcec5eb78f09a14dfd072a51ae2550269 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #178783 2019-08-15T05:27:45.035326+00:00
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)
# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)

# build log
Updating crates.io index
Fresh autocfg v0.1.5
Fresh semver-parser v0.7.0
Fresh cfg-if v0.1.9
Fresh rand_core v0.4.2
Fresh nodrop v0.1.13
Fresh scopeguard v0.3.3
Fresh lazy_static v1.3.0
Fresh memoffset v0.2.1
Fresh stable_deref_trait v1.1.1
Fresh smallvec v0.6.10
Fresh indexmap v1.0.2
Fresh either v1.5.2
Fresh rustc-ap-graphviz v559.0.0
Fresh semver v0.9.0
Fresh crossbeam-utils v0.2.2
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.4
Fresh crossbeam-utils v0.6.6
Fresh owning_ref v0.4.0
Checking rustc-ap-serialize v559.0.0
Fresh libc v0.2.61
Fresh rustc_version v0.2.3
Fresh arrayvec v0.4.11
Running `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=37f990240a11bbcd -C extra-filename=-37f990240a11bbcd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-df0740a71b875aec.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-4e9d705cbd77b558.rmeta --cap-lints allow`
Fresh rand_hc v0.1.0
Fresh rand_isaac v0.1.1
Fresh rand_xorshift v0.1.1
Fresh byteorder v1.3.2
Fresh lock_api v0.1.5
Fresh log v0.4.8
Fresh rand_pcg v0.1.2
Fresh rand_chacha v0.1.1
Fresh crossbeam-epoch v0.3.1
Fresh rand_os v0.1.3
Fresh num_cpus v1.10.1
Fresh rustc-hash v1.0.1
Fresh jobserver v0.1.16
Fresh ena v0.13.0
Fresh rand v0.6.5
Fresh crossbeam-deque v0.2.0
Fresh rustc-rayon-core v0.2.0
Fresh parking_lot_core v0.4.0
Fresh rustc-rayon v0.2.0
Fresh parking_lot v0.7.1
error[E0425]: cannot find function `type_name` in module `any`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/serialize.rs:852:21
|
852 |                any::type_name::<S>(),
|                     ^^^^^^^^^ not found in `any`
help: possible candidates are found in other modules, you can import them into scope
|
7   | use core::intrinsics::type_name;
|
7   | use std::intrinsics::type_name;
|

error[E0425]: cannot find function `type_name` in module `any`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/serialize.rs:854:21
|
854 |                any::type_name::<T>(),
|                     ^^^^^^^^^ not found in `any`
help: possible candidates are found in other modules, you can import them into scope
|
7   | use core::intrinsics::type_name;
|
7   | use std::intrinsics::type_name;
|

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0425`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-559.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=37f990240a11bbcd -C extra-filename=-37f990240a11bbcd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-df0740a71b875aec.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-4e9d705cbd77b558.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `rustc-ap-serialize`.', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.