rustc-ap-arena 539.0.0

Automatically published version of the package `arena` in the rust-lang/rust repository from commit 18630677cf6c7ac50e6786c504b35bc09501dbe2 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #174566 2019-07-26T07:07:12.636587+00:00
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)
# docs.rs version
cratesfyi 0.6.0 (4640239 2019-07-25)

# build log
Updating crates.io index
Fresh autocfg v0.1.5
Fresh semver-parser v0.7.0
Fresh nodrop v0.1.13
Fresh spin v0.5.0
Fresh cfg-if v0.1.9
Fresh rand_core v0.4.0
Fresh memoffset v0.2.1
Fresh scopeguard v0.3.3
Fresh stable_deref_trait v1.1.1
Fresh smallvec v0.6.10
Fresh either v1.5.2
Fresh indexmap v1.0.2
Fresh rustc-ap-graphviz v539.0.0
Fresh semver v0.9.0
Fresh lazy_static v1.3.0
Fresh crossbeam-utils v0.2.2
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.4
Fresh owning_ref v0.4.0
Checking rustc-ap-serialize v539.0.0
Fresh libc v0.2.60
Fresh arrayvec v0.4.11
Fresh rustc_version v0.2.3
Running `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-539.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=810ef76bd4cb42d7 -C extra-filename=-810ef76bd4cb42d7 --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 crossbeam-utils v0.6.6
Fresh lock_api v0.1.5
Fresh log v0.4.7
Fresh byteorder v1.3.2
Fresh rand_chacha v0.1.1
Fresh rand_pcg v0.1.2
Fresh rand_os v0.1.3
Fresh crossbeam-epoch v0.3.1
Fresh num_cpus v1.10.1
Fresh jobserver v0.1.16
Fresh rustc-hash v1.0.1
Fresh ena v0.13.0
Fresh rand v0.6.5
Fresh crossbeam-deque v0.2.0
Fresh parking_lot_core v0.4.0
Fresh rustc-rayon-core v0.2.0
Fresh parking_lot v0.7.1
Fresh rustc-rayon v0.2.0
error[E0425]: cannot find function `type_name` in module `any`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-539.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-539.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-539.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=810ef76bd4cb42d7 -C extra-filename=-810ef76bd4cb42d7 --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.