rustc-ap-syntax 135.0.0

Automatically published version of the package `syntax` in the rust-lang/rust repository from commit 952f344cdc0bca58d9f6c54dcfbae0890246e886 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #100240 2018-05-19T07:03:29.274566+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
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rustc-ap-syntax v135.0.0
Downloading rustc-ap-rustc_errors v135.0.0
Downloading rustc-ap-rustc_target v135.0.0
Fresh scopeguard v0.3.3
Fresh termcolor v0.3.6
Compiling rustc-ap-serialize v135.0.0
Fresh bitflags v1.0.3
Fresh smallvec v0.6.1
Fresh cfg-if v0.1.3
Fresh unicode-width v0.1.4
Fresh either v1.5.0
Fresh stable_deref_trait v1.0.0
Running `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b937066cb11d227d -C extra-filename=-b937066cb11d227d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh nodrop v0.1.12
Fresh libc v0.2.40
Compiling rustc-ap-syntax v135.0.0
Compiling rustc-ap-rustc_target v135.0.0
Fresh memoffset v0.2.1
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-syntax-135.0.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=d372ff6f96db1e07 -C extra-filename=-d372ff6f96db1e07 --out-dir /home/cratesfyi/cratesfyi/debug/build/rustc-ap-syntax-d372ff6f96db1e07 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh scoped-tls v0.1.2
Fresh lazy_static v1.0.0
Fresh crossbeam-utils v0.2.2
Fresh log v0.4.1
Fresh arrayvec v0.4.7
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_target-135.0.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b3619dae89aae3a1 -C extra-filename=-b3619dae89aae3a1 --out-dir /home/cratesfyi/cratesfyi/debug/build/rustc-ap-rustc_target-b3619dae89aae3a1 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh atty v0.2.10
Fresh num_cpus v1.8.0
Fresh owning_ref v0.3.3
Compiling ena v0.9.3
Fresh rand v0.4.2
Running `rustc --crate-name ena .cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.9.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=20218f9f81afcced -C extra-filename=-20218f9f81afcced --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-9a2384ac12322a5f.rlib --extern-version log=log,0.4.1 --cap-lints allow`
Fresh parking_lot_core v0.2.14
Fresh rustc-ap-rustc_cratesio_shim v135.0.0
Fresh parking_lot v0.5.5
Fresh crossbeam-epoch v0.3.1
Fresh crossbeam-deque v0.2.0
Fresh rustc-rayon-core v0.1.0
Fresh rustc-rayon v0.1.0
error[E0658]: `impl Trait` in argument position is experimental (see issue #34511)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.9.3/src/snapshot_vec.rs:146:46
|
146 |     pub fn set_all(&mut self, mut new_elems: impl FnMut(usize) -> D::Value) {
|                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(universal_impl_trait)] to the crate attributes to enable

error[E0658]: `impl Trait` in argument position is experimental (see issue #34511)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.9.3/src/unify/backing_vec.rs:30:16
|
30 |         value: impl FnMut(u32) -> VarValue<Self::Key>,
|                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(universal_impl_trait)] to the crate attributes to enable

error[E0658]: `impl Trait` in argument position is experimental (see issue #34511)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.9.3/src/unify/backing_vec.rs:82:20
|
82 |         mut value: impl FnMut(u32) -> VarValue<Self::Key>,
|                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(universal_impl_trait)] to the crate attributes to enable

error[E0658]: `impl Trait` in argument position is experimental (see issue #34511)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.9.3/src/unify/mod.rs:288:20
|
288 |         mut value: impl FnMut(S::Key) -> S::Value,
|                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(universal_impl_trait)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:30:32
|
30 |     fn emit_u128(&mut self, v: u128) -> Result<(), Self::Error>;
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:36:32
|
36 |     fn emit_i128(&mut self, v: i128) -> Result<(), Self::Error>;
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:149:39
|
149 |     fn read_u128(&mut self) -> Result<u128, Self::Error>;
|                                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:155:39
|
155 |     fn read_i128(&mut self) -> Result<i128, Self::Error>;
|                                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:335:20
|
335 | impl Encodable for u128 {
|                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:341:20
|
341 | impl Decodable for u128 {
|                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:342:48
|
342 |     fn decode<D: Decoder>(d: &mut D) -> Result<u128, D::Error> {
|                                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:407:20
|
407 | impl Encodable for i128 {
|                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:413:20
|
413 | impl Decodable for i128 {
|                    ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/serialize.rs:414:48
|
414 |     fn decode<D: Decoder>(d: &mut D) -> Result<i128, D::Error> {
|                                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/json.rs:497:32
|
497 |     fn emit_u128(&mut self, v: u128) -> EncodeResult { emit_enquoted_if_mapkey!(self, v) }
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/json.rs:504:32
|
504 |     fn emit_i128(&mut self, v: i128) -> EncodeResult { emit_enquoted_if_mapkey!(self, v) }
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/json.rs:747:32
|
747 |     fn emit_u128(&mut self, v: u128) -> EncodeResult { emit_enquoted_if_mapkey!(self, v) }
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/json.rs:754:32
|
754 |     fn emit_i128(&mut self, v: i128) -> EncodeResult { emit_enquoted_if_mapkey!(self, v) }
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/json.rs:2142:34
|
2142 |     read_primitive! { read_u128, u128 }
|                                  ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/json.rs:2148:34
|
2148 |     read_primitive! { read_i128, i128 }
|                                  ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:69:32
|
69 |     fn emit_u128(&mut self, v: u128) -> EncodeResult {
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:49:87
|
49 |         let bytes_written = write_signed_leb128($enc.cursor.get_mut(), pos, $value as i128);
|                                                                                       ^^^^
...
98 |         write_sleb128!(self, v)
|         ----------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:102:32
|
102 |     fn emit_i128(&mut self, v: i128) -> EncodeResult {
|                                ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:49:87
|
49  |         let bytes_written = write_signed_leb128($enc.cursor.get_mut(), pos, $value as i128);
|                                                                                       ^^^^
...
103 |         write_sleb128!(self, v)
|         ----------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:49:87
|
49  |         let bytes_written = write_signed_leb128($enc.cursor.get_mut(), pos, $value as i128);
|                                                                                       ^^^^
...
108 |         write_sleb128!(self, v)
|         ----------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:49:87
|
49  |         let bytes_written = write_signed_leb128($enc.cursor.get_mut(), pos, $value as i128);
|                                                                                       ^^^^
...
113 |         write_sleb128!(self, v)
|         ----------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:49:87
|
49  |         let bytes_written = write_signed_leb128($enc.cursor.get_mut(), pos, $value as i128);
|                                                                                       ^^^^
...
118 |         write_sleb128!(self, v)
|         ----------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:238:39
|
238 |     fn read_u128(&mut self) -> Result<u128, Self::Error> {
|                                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:270:39
|
270 |     fn read_i128(&mut self) -> Result<i128, Self::Error> {
|                                       ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/opaque.rs:271:29
|
271 |         read_sleb128!(self, i128)
|                             ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:36:78
|
36 |         pub fn $fn_name(out: &mut Vec<u8>, start_position: usize, mut value: $int_ty) -> usize {
|                                                                              ^^^^^^^
...
61 | impl_write_unsigned_leb128!(write_u128_leb128, u128);
| ----------------------------------------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:68:43
|
68 |         pub fn $fn_name(slice: &[u8]) -> ($int_ty, usize) {
|                                           ^^^^^^^
...
96 | impl_read_unsigned_leb128!(read_u128_leb128, u128);
| --------------------------------------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:69:29
|
69 |             let mut result: $int_ty = 0;
|                             ^^^^^^^
...
96 | impl_read_unsigned_leb128!(read_u128_leb128, u128);
| --------------------------------------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:78:45
|
78 |                 result |= ((byte & 0x7F) as $int_ty) << shift;
|                                             ^^^^^^^
...
96 | impl_read_unsigned_leb128!(read_u128_leb128, u128);
| --------------------------------------------------- in this macro invocation
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:108:45
|
108 | pub fn write_signed_leb128_to<W>(mut value: i128, mut write: W) -> usize
|                                             ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:133:77
|
133 | pub fn write_signed_leb128(out: &mut Vec<u8>, start_position: usize, value: i128) -> usize {
|                                                                             ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:138:67
|
138 | pub fn read_signed_leb128(data: &[u8], start_position: usize) -> (i128, usize) {
|                                                                   ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error[E0658]: 128-bit type is unstable (see issue #35118)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-135.0.0/leb128.rs:147:37
|
147 |         result |= ((byte & 0x7F) as i128) << shift;
|                                     ^^^^
|
= help: add #![feature(i128_type)] to the crate attributes to enable

error: aborting due to 4 previous errors

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `ena`.

Caused by:
process didn't exit successfully: `rustc --crate-name ena .cargo/registry/src/github.com-1ecc6299db9ec823/ena-0.9.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=20218f9f81afcced -C extra-filename=-20218f9f81afcced --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-9a2384ac12322a5f.rlib --extern-version log=log,0.4.1 --cap-lints allow` (exit code: 101)
error: aborting due to 34 previous errors

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.