rustc-ap-rustc_errors 263.0.0

Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit d16f27f89a3a439467533066ff794f41aa63f28f The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #117642 2018-09-20T05:28:21.691017+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Fresh bitflags v1.0.4
Fresh version_check v0.1.4
Fresh semver-parser v0.7.0
Fresh cfg-if v0.1.5
Fresh termcolor v1.0.4
Fresh nodrop v0.1.12
Fresh libc v0.2.43
Fresh stable_deref_trait v1.1.1
Fresh either v1.5.0
Fresh scopeguard v0.3.3
Fresh semver v0.9.0
Fresh scoped-tls v0.1.2
Fresh log v0.4.5
Fresh num_cpus v1.8.0
Fresh unicode-width v0.1.5
Fresh memoffset v0.2.1
Fresh ena v0.9.3
Fresh byteorder v1.2.6
Fresh rustc_version v0.2.3
Fresh void v1.0.2
Fresh arrayvec v0.4.7
Fresh rustc-ap-rustc_cratesio_shim v263.0.0
Fresh rand_core v0.2.1
Fresh lazy_static v1.1.0
Fresh owning_ref v0.3.3
Fresh rustc-hash v1.0.1
Fresh unreachable v1.0.0
Fresh crossbeam-utils v0.2.2
Fresh rand v0.5.5
Fresh atty v0.2.11
Fresh lock_api v0.1.3
Fresh rand v0.4.3
Fresh smallvec v0.6.5
Fresh crossbeam-epoch v0.3.1
Fresh parking_lot_core v0.3.1
Fresh rustc-ap-serialize v263.0.0
Fresh parking_lot_core v0.2.14
Fresh crossbeam-deque v0.2.0
Fresh parking_lot v0.6.4
Fresh rustc-rayon-core v0.1.1
Fresh rustc-rayon v0.1.1
Compiling rustc-ap-rustc_data_structures v263.0.0
Running `rustc --crate-name rustc_data_structures .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8c683d771e1f8a6b -C extra-filename=-8c683d771e1f8a6b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ena=/home/cratesfyi/cratesfyi/debug/deps/libena-20218f9f81afcced.rlib --extern-version ena=ena,0.9.3 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-855565f254b4ca97.rlib --extern-version cfg_if=cfg-if,0.1.5 --extern rustc_hash=/home/cratesfyi/cratesfyi/debug/deps/librustc_hash-d90e28fbaecf2085.rlib --extern-version rustc_hash=rustc-hash,1.0.1 --extern rustc_cratesio_shim=/home/cratesfyi/cratesfyi/debug/deps/librustc_cratesio_shim-b6e486ae828793dd.rlib --extern-version rustc_cratesio_shim=rustc-ap-rustc_cratesio_shim,263.0.0 --extern stable_deref_trait=/home/cratesfyi/cratesfyi/debug/deps/libstable_deref_trait-ecce81e5f34a7a59.rlib --extern-version stable_deref_trait=stable_deref_trait,1.1.1 --extern rustc_rayon=/home/cratesfyi/cratesfyi/debug/deps/librustc_rayon-911f20846c5ab223.rlib --extern-version rustc_rayon=rustc-rayon,0.1.1 --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-e8c3029f3cec0a21.rlib --extern-version smallvec=smallvec,0.6.5 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-3ce2096d8af8381c.rlib --extern-version log=log,0.4.5 --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-4018130564df1522.rlib --extern-version parking_lot_core=parking_lot_core,0.2.14 --extern rustc_rayon_core=/home/cratesfyi/cratesfyi/debug/deps/librustc_rayon_core-5d0570bff8c04add.rlib --extern-version rustc_rayon_core=rustc-rayon-core,0.1.1 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-659776fd60d5305c.rlib --extern-version parking_lot=parking_lot,0.6.4 --extern serialize=/home/cratesfyi/cratesfyi/debug/deps/libserialize-874d705d67667d1a.rlib --extern-version serialize=rustc-ap-serialize,263.0.0 --cap-lints allow`
error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:71:6
|
71 |     ($v:vis struct $name:ident { .. }) => (
|      ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:82:6
|
82 |     ($v:vis struct $name:ident { $($tokens:tt)+ }) => (
|      ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:99:21
|
99 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:291:21
|
291 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:308:21
|
308 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:326:21
|
326 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:343:21
|
343 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:359:21
|
359 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:375:21
|
375 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:391:21
|
391 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:408:21
|
408 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:425:21
|
425 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_data_structures-263.0.0/indexed_vec.rs:442:21
|
442 |      @vis          [$v:vis]
|                     ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error: aborting due to 13 previous errors

For more information about this error, try `rustc --explain E0658`.
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-263.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=8c683d771e1f8a6b -C extra-filename=-8c683d771e1f8a6b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ena=/home/cratesfyi/cratesfyi/debug/deps/libena-20218f9f81afcced.rlib --extern-version ena=ena,0.9.3 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-855565f254b4ca97.rlib --extern-version cfg_if=cfg-if,0.1.5 --extern rustc_hash=/home/cratesfyi/cratesfyi/debug/deps/librustc_hash-d90e28fbaecf2085.rlib --extern-version rustc_hash=rustc-hash,1.0.1 --extern rustc_cratesio_shim=/home/cratesfyi/cratesfyi/debug/deps/librustc_cratesio_shim-b6e486ae828793dd.rlib --extern-version rustc_cratesio_shim=rustc-ap-rustc_cratesio_shim,263.0.0 --extern stable_deref_trait=/home/cratesfyi/cratesfyi/debug/deps/libstable_deref_trait-ecce81e5f34a7a59.rlib --extern-version stable_deref_trait=stable_deref_trait,1.1.1 --extern rustc_rayon=/home/cratesfyi/cratesfyi/debug/deps/librustc_rayon-911f20846c5ab223.rlib --extern-version rustc_rayon=rustc-rayon,0.1.1 --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-e8c3029f3cec0a21.rlib --extern-version smallvec=smallvec,0.6.5 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-3ce2096d8af8381c.rlib --extern-version log=log,0.4.5 --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-4018130564df1522.rlib --extern-version parking_lot_core=parking_lot_core,0.2.14 --extern rustc_rayon_core=/home/cratesfyi/cratesfyi/debug/deps/librustc_rayon_core-5d0570bff8c04add.rlib --extern-version rustc_rayon_core=rustc-rayon-core,0.1.1 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-659776fd60d5305c.rlib --extern-version parking_lot=parking_lot,0.6.4 --extern serialize=/home/cratesfyi/cratesfyi/debug/deps/libserialize-874d705d67667d1a.rlib --extern-version serialize=rustc-ap-serialize,263.0.0 --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.