rustc-ap-syntax 23.0.0

Automatically published version of the package `syntax` in the rust-lang/rust repository from commit 9fd7da904b46ff7aa78c2e2cc1986c4975aeccc6
Build #83718 2018-01-26T08:01:05.078004+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rustc-ap-syntax v23.0.0
Downloading rustc-ap-rustc_cratesio_shim v23.0.0
Downloading rustc-ap-rustc_errors v23.0.0
Fresh stable_deref_trait v1.0.0
Compiling rustc-ap-serialize v23.0.0
Fresh unicode-width v0.1.4
Compiling rustc-ap-syntax v23.0.0
Fresh term v0.4.6
Fresh bitflags v1.0.1
Fresh cfg-if v0.1.2
Fresh libc v0.2.36
Fresh owning_ref v0.3.3
Fresh smallvec v0.6.0
Fresh rand v0.3.20
Fresh log v0.4.1
Running `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-23.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b3acbf9345075a4d -C extra-filename=-b3acbf9345075a4d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling rustc-ap-rustc_cratesio_shim v23.0.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-syntax-23.0.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=80c2de8cfc7cb85d -C extra-filename=-80c2de8cfc7cb85d --out-dir /home/cratesfyi/cratesfyi/debug/build/rustc-ap-syntax-80c2de8cfc7cb85d -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh parking_lot_core v0.2.10
Running `rustc --crate-name rustc_cratesio_shim .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_cratesio_shim-23.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f85b296987b9fb17 -C extra-filename=-f85b296987b9fb17 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern term=/home/cratesfyi/cratesfyi/debug/deps/libterm-ebf2d46f2c9791bb.rlib --extern-version term=term,0.4.6 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-9522102d45f1e994.rlib --extern-version bitflags=bitflags,1.0.1 --cap-lints allow`
Fresh parking_lot v0.5.3
Running `/home/cratesfyi/cratesfyi/debug/build/rustc-ap-syntax-80c2de8cfc7cb85d/build-script-build`
error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-23.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: aborting due to previous error

thread 'main' panicked at 'ChainedError {
error: Could not compile `rustc-ap-serialize`.,
cause: process didn't exit successfully: `rustc --crate-name serialize .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-23.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b3acbf9345075a4d -C extra-filename=-b3acbf9345075a4d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.