rustc-ap-rustc_errors 374.0.0

Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit 4772dc8087b1d0f2bab6d064fd930e596c82d439 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
Build #142913 2019-02-14T06:25:15.879494+00:00
# rustc version
rustc 1.34.0-nightly (b244f61b7 2019-02-12)
# docs.rs version
cratesfyi 0.6.0 (58621fa 2019-02-13)

# build log
Updating crates.io index
Downloading crates ...
Downloaded rustc-ap-rustc_errors v374.0.0
Fresh semver-parser v0.7.0
Fresh cfg-if v0.1.6
Fresh nodrop v0.1.13
Fresh void v1.0.2
Fresh lazy_static v1.2.0
Fresh rand_core v0.4.0
Fresh memoffset v0.2.1
Fresh scopeguard v0.3.3
Fresh stable_deref_trait v1.1.1
Fresh bitflags v1.0.4
Fresh either v1.5.0
Fresh unicode-width v0.1.5
Checking rustc-ap-graphviz v374.0.0
Fresh scoped-tls v0.1.2
Fresh termcolor v1.0.4
Fresh semver v0.9.0
Fresh crossbeam-utils v0.2.2
Running `rustc --edition=2018 --crate-name graphviz /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-374.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=ab386210a19396b9 -C extra-filename=-ab386210a19396b9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh log v0.4.6
Fresh unreachable v1.0.0
Fresh rand_core v0.3.1
Fresh owning_ref v0.4.0
Fresh arrayvec v0.4.10
Fresh rustc_version v0.2.3
Fresh rustc-ap-rustc_cratesio_shim v374.0.0
Fresh ena v0.11.0
Fresh libc v0.2.48
Fresh smallvec v0.6.8
Fresh byteorder v1.3.1
Fresh lock_api v0.1.5
Fresh crossbeam-epoch v0.3.1
Fresh num_cpus v1.10.0
Fresh rand v0.5.6
Fresh atty v0.2.11
Fresh rustc-ap-serialize v374.0.0
Fresh rustc-hash v1.0.1
Fresh crossbeam-deque v0.2.0
Fresh rustc-rayon-core v0.1.2
Fresh parking_lot_core v0.3.1
Checking rustc-rayon v0.1.2
Checking parking_lot v0.6.4
Running `rustc --crate-name rustc_rayon /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-rayon-0.1.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=e3cdbd6c7f64fb3a -C extra-filename=-e3cdbd6c7f64fb3a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern crossbeam_deque=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_deque-0e5ea397e1b92589.rmeta --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-ab090cb2d0e46b35.rmeta --extern rustc_rayon_core=/home/cratesfyi/cratesfyi/debug/deps/librustc_rayon_core-a26e98ea8d9b2393.rmeta --cap-lints allow --cfg has_i128`
Running `rustc --crate-name parking_lot /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.6.4/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lock_api"' --cfg 'feature="nightly"' --cfg 'feature="owning_ref"' --cfg 'feature="parking_lot_core"' -C metadata=5e5b4d2a5e5e396a -C extra-filename=-5e5b4d2a5e5e396a --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lock_api=/home/cratesfyi/cratesfyi/debug/deps/liblock_api-643def91632d993e.rmeta --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-05dbe69585f8e217.rmeta --cap-lints allow`
error[E0658]: use of unstable library feature 'str_escape': return type may change to be an iterator (see issue #27791)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-374.0.0/lib.rs:525:52
|
525 |             LabelStr(ref s) => format!("\"{}\"", s.escape_default()),
|                                                    ^^^^^^^^^^^^^^
|
= help: add #![feature(str_escape)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'str_escape': return type may change to be an iterator (see issue #27791)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-374.0.0/lib.rs:540:27
|
540 |                     (&*s).escape_default().to_string().into()
|                           ^^^^^^^^^^^^^^
|
= help: add #![feature(str_escape)] to the crate attributes to enable

error: aborting due to 2 previous errors

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

Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name graphviz /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-graphviz-374.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=ab386210a19396b9 -C extra-filename=-ab386210a19396b9 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.