rustc-ap-syntax_pos 57.0.0

Automatically published version of the package `syntax_pos` in the rust-lang/rust repository from commit 259e4a67843d5fbe6761a5e442836d7109d72cbe
Build #88237 2018-03-05T08:00:15.176794+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rustc-ap-syntax_pos v57.0.0
Downloading rustc-ap-rustc_data_structures v57.0.0
Downloading rustc-ap-serialize v57.0.0
Compiling rustc-ap-serialize v57.0.0
Fresh libc v0.2.38
Fresh unicode-width v0.1.4
Fresh term v0.4.6
Fresh smallvec v0.6.0
Fresh stable_deref_trait v1.0.0
Fresh cfg-if v0.1.2
Running `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-57.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ea32dac25620104f -C extra-filename=-ea32dac25620104f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rand v0.4.2
Fresh owning_ref v0.3.3
Fresh log v0.4.1
Compiling parking_lot_core v0.2.13
Running `rustc --crate-name parking_lot_core .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.13/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="nightly"' -C metadata=dbcd97ea85538af8 -C extra-filename=-dbcd97ea85538af8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-0199d77d81b92b76.rlib --extern-version libc=libc,0.2.38 --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-0cbe0222282e65c4.rlib --extern-version smallvec=smallvec,0.6.0 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-fd06238d4d1f30d6.rlib --extern-version rand=rand,0.4.2 --cap-lints allow`
Fresh log v0.3.9
Fresh ena v0.9.1
Compiling parking_lot v0.5.4
Running `rustc --crate-name parking_lot .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.5.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="owning_ref"' --cfg 'feature="parking_lot_core"' --cfg 'feature="nightly"' -C metadata=a843424cfc0ff9f1 -C extra-filename=-a843424cfc0ff9f1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --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 owning_ref=/home/cratesfyi/cratesfyi/debug/deps/libowning_ref-9ae3d472223e5e47.rlib --extern-version owning_ref=owning_ref,0.3.3 --cap-lints allow`
error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-57.0.0/json.rs:1055:22
|
1055 |             target = target.find(*key)?;
|                      ------------------
|                      |
|                      the `?` operator cannot be applied to type `std::option::Option<&json::Json>`
|                      in this macro invocation
|
= help: the trait `std::ops::Try` is not implemented for `std::option::Option<&json::Json>`
= note: required by `std::ops::Try::into_result`

error: `std::mem::size_of` is not yet stable as a const fn
--> .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.5.4/src/raw_rwlock.rs:19:35
|
19 |         const TOTAL_BITS: usize = ::std::mem::size_of::<usize>() * 8;
|                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: in Nightly builds, add `#![feature(const_size_of)]` to the crate attributes to enable

error: aborting due to previous error

error: Could not compile `parking_lot`.

Caused by:
process didn't exit successfully: `rustc --crate-name parking_lot .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.5.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" --cfg feature="owning_ref" --cfg feature="parking_lot_core" --cfg feature="nightly" -C metadata=a843424cfc0ff9f1 -C extra-filename=-a843424cfc0ff9f1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --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 owning_ref=/home/cratesfyi/cratesfyi/debug/deps/libowning_ref-9ae3d472223e5e47.rlib --extern-version owning_ref=owning_ref,0.3.3 --cap-lints allow` (exit code: 101)
error: aborting due to previous error

thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.