rustc-ap-rustc_errors 550.0.0

Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit c4715198b50d1cdaad44b6e250844362b77dcdd7 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #176883 2019-08-06T05:28:16.927316+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.0
Fresh nodrop v0.1.13
Fresh lazy_static v1.3.0
Fresh scopeguard v0.3.3
Fresh memoffset v0.2.1
Fresh stable_deref_trait v1.1.1
Fresh unicode-xid v0.1.0
Fresh smallvec v0.6.10
Fresh indexmap v1.0.2
Fresh either v1.5.2
Fresh rustc-ap-graphviz v550.0.0
Fresh unicode-width v0.1.5
Fresh scoped-tls v1.0.0
Fresh annotate-snippets v0.6.1
Fresh termcolor v1.0.5
Fresh semver v0.9.0
Fresh rand_core v0.3.1
Fresh crossbeam-utils v0.2.2
Fresh rand_jitter v0.1.4
Fresh crossbeam-utils v0.6.6
Fresh owning_ref v0.4.0
Checking rustc-ap-serialize v550.0.0
Fresh itertools v0.8.0
Fresh arrayvec v0.4.11
Fresh libc v0.2.60
Fresh rustc_version v0.2.3
Fresh rand_isaac v0.1.1
Running `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-550.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=a2946b65f4eee2b4 -C extra-filename=-a2946b65f4eee2b4 --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_xorshift v0.1.1
Fresh rand_hc v0.1.0
Fresh proc-macro2 v0.4.30
Fresh byteorder v1.3.2
Fresh log v0.4.8
Fresh lock_api v0.1.5
Fresh crossbeam-epoch v0.3.1
Fresh rand_pcg v0.1.2
Fresh rand_chacha v0.1.1
Fresh rand_os v0.1.3
Fresh num_cpus v1.10.1
Fresh atty v0.2.13
Fresh quote v0.6.13
Fresh jobserver v0.1.16
Fresh rustc-hash v1.0.1
Fresh ena v0.13.0
Fresh crossbeam-deque v0.2.0
Fresh rand v0.6.5
Fresh syn v0.15.42
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
Fresh synstructure v0.10.2
Fresh rustc-ap-rustc_macros v550.0.0
error[E0425]: cannot find function `type_name` in module `any`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-550.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-550.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-550.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=a2946b65f4eee2b4 -C extra-filename=-a2946b65f4eee2b4 --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.