rustc-ap-rustc_errors 76.0.0

Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit c08480fce0f39f5c9c6db6dde0dccb375ca0ab14
Build #93039 2018-03-24T07:03:01.657444+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh rustc-ap-serialize v76.0.0
Fresh term v0.4.6
Fresh unicode-width v0.1.4
Fresh termcolor v0.3.5
Fresh libc v0.2.39
Fresh scoped-tls v0.1.1
Fresh stable_deref_trait v1.0.0
Fresh smallvec v0.6.0
Fresh cfg-if v0.1.2
Fresh atty v0.2.8
Fresh rand v0.4.2
Fresh owning_ref v0.3.3
Fresh log v0.4.1
Fresh parking_lot_core v0.2.13
Fresh ena v0.9.2
Fresh parking_lot v0.5.4
Compiling rustc-ap-rustc_data_structures v76.0.0
Running `rustc --crate-name rustc_data_structures .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-76.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=25c0dbd667786673 -C extra-filename=-25c0dbd667786673 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ena=/home/cratesfyi/cratesfyi/debug/deps/libena-247edaf92b1f41c1.rlib --extern-version ena=ena,0.9.2 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-a843424cfc0ff9f1.rlib --extern-version parking_lot=parking_lot,0.5.4 --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-dbcd97ea85538af8.rlib --extern-version parking_lot_core=parking_lot_core,0.2.13 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-0ea1524ac18386fa.rlib --extern-version cfg_if=cfg-if,0.1.2 --extern serialize=/home/cratesfyi/cratesfyi/debug/deps/libserialize-10c8c1347b1d7029.rlib --extern-version serialize=rustc-ap-serialize,76.0.0 --extern stable_deref_trait=/home/cratesfyi/cratesfyi/debug/deps/libstable_deref_trait-5e21575791d0acc6.rlib --extern-version stable_deref_trait=stable_deref_trait,1.0.0 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-9a2384ac12322a5f.rlib --extern-version log=log,0.4.1 --extern term=/home/cratesfyi/cratesfyi/debug/deps/libterm-ebf2d46f2c9791bb.rlib --extern-version term=term,0.4.6 --cap-lints allow`
error[E0432]: unresolved import `std::num::NonZeroU32`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-76.0.0/obligation_forest/node_index.rs:11:5
|
11 | use std::num::NonZeroU32;
|     ^^^^^^^^^^^^^^^^^^^^ no `NonZeroU32` in `num`

error[E0204]: the trait `Copy` may not be implemented for this type
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-76.0.0/obligation_forest/node_index.rs:14:10
|
14 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
|          ^^^^
15 | pub struct NodeIndex {
16 |     index: NonZeroU32,
|     ----------------- this field does not implement `Copy`

error: aborting due to 2 previous errors

Some errors occurred: E0204, E0432.
For more information about an error, try `rustc --explain E0204`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `rustc-ap-rustc_data_structures`.,
cause: process didn't exit successfully: `rustc --crate-name rustc_data_structures .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-76.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=25c0dbd667786673 -C extra-filename=-25c0dbd667786673 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ena=/home/cratesfyi/cratesfyi/debug/deps/libena-247edaf92b1f41c1.rlib --extern-version ena=ena,0.9.2 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-a843424cfc0ff9f1.rlib --extern-version parking_lot=parking_lot,0.5.4 --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-dbcd97ea85538af8.rlib --extern-version parking_lot_core=parking_lot_core,0.2.13 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-0ea1524ac18386fa.rlib --extern-version cfg_if=cfg-if,0.1.2 --extern serialize=/home/cratesfyi/cratesfyi/debug/deps/libserialize-10c8c1347b1d7029.rlib --extern-version serialize=rustc-ap-serialize,76.0.0 --extern stable_deref_trait=/home/cratesfyi/cratesfyi/debug/deps/libstable_deref_trait-5e21575791d0acc6.rlib --extern-version stable_deref_trait=stable_deref_trait,1.0.0 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-9a2384ac12322a5f.rlib --extern-version log=log,0.4.1 --extern term=/home/cratesfyi/cratesfyi/debug/deps/libterm-ebf2d46f2c9791bb.rlib --extern-version term=term,0.4.6 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.