rustfmt-nightly 1.4.0

Tool to find and fix Rust formatting issues
Build #175184 2019-07-28T21:04:11.704941+00:00
# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)
# docs.rs version
cratesfyi 0.6.0 (4640239 2019-07-25)

# build log
Updating crates.io index
Downloading crates ...
Downloaded bytecount v0.5.1
Downloaded rustfmt-config_proc_macro v0.1.2
Fresh unicode-xid v0.1.0
Fresh autocfg v0.1.5
Fresh cfg-if v0.1.9
Fresh nodrop v0.1.13
Fresh spin v0.5.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 smallvec v0.6.10
Fresh cc v1.0.38
Fresh indexmap v1.0.2
Fresh either v1.5.2
Fresh rustc-ap-graphviz v541.0.0
Fresh ucd-util v0.1.5
Fresh unicode-width v0.1.5
Fresh scoped-tls v1.0.0
Fresh utf8-ranges v1.0.3
Fresh rustc-demangle v0.1.15
Fresh ansi_term v0.11.0
Fresh fnv v1.0.6
Fresh strsim v0.8.0
Fresh semver-parser v0.7.0
Fresh vec_map v0.8.1
Fresh quick-error v1.2.2
Fresh termcolor v1.0.5
Fresh itoa v0.4.4
Fresh same-file v1.0.5
Checking rustc-ap-rustc_lexer v541.0.0
Compiling rustfmt-nightly v1.4.0
Fresh diff v0.1.11
Running `rustc --edition=2018 --crate-name rustc_lexer /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-541.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=92bacc0b013a505e -C extra-filename=-92bacc0b013a505e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustfmt-nightly-1.4.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="cargo-fmt"' --cfg 'feature="default"' --cfg 'feature="rustfmt-format-diff"' -C metadata=6eb335d541dd269c -C extra-filename=-6eb335d541dd269c --out-dir /home/cratesfyi/cratesfyi/debug/build/rustfmt-nightly-6eb335d541dd269c -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rustc-workspace-hack v1.0.0
Checking bytecount v0.5.1
Fresh unicode_categories v0.1.1
Running `rustc --crate-name bytecount /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/bytecount-0.5.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fafaefbc67da0f17 -C extra-filename=-fafaefbc67da0f17 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh unicode-segmentation v1.3.0
Fresh crossbeam-utils v0.2.2
Fresh lazy_static v1.3.0
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.4
Fresh owning_ref v0.4.0
Checking rustc-ap-serialize v541.0.0
Running `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-541.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b7e39f64bb42cf95 -C extra-filename=-b7e39f64bb42cf95 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-df0740a71b875aec.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-4e9d705cbd77b558.rmeta --cap-lints allow`
Fresh itertools v0.8.0
Fresh regex-syntax v0.6.10
Fresh textwrap v0.11.0
Fresh getopts v0.2.19
Fresh heck v0.3.1
Checking annotate-snippets v0.6.1
Running `rustc --edition=2018 --crate-name annotate_snippets /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/annotate-snippets-0.6.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="default"' -C metadata=149958522f61ff8b -C extra-filename=-149958522f61ff8b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ansi_term=/home/cratesfyi/cratesfyi/debug/deps/libansi_term-ae58de53bb5eba01.rmeta --cap-lints allow`
error[E0658]: use of unstable library feature 'rustc_private': mainly needed for compiler internals
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-541.0.0/src/lib.rs:689:33
|
689 |             || (c > '\x7f' && c.is_xid_start())
|                                 ^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
= help: add `#![feature(rustc_private)]` to the crate attributes to enable

error[E0658]: use of unstable library feature 'rustc_private': mainly needed for compiler internals
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-541.0.0/src/lib.rs:708:33
|
708 |             || (c > '\x7f' && c.is_xid_continue())
|                                 ^^^^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
= help: add `#![feature(rustc_private)]` 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-rustc_lexer`.

Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name rustc_lexer /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-541.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=92bacc0b013a505e -C extra-filename=-92bacc0b013a505e --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...
error[E0425]: cannot find function `type_name` in module `any`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-541.0.0/serialize.rs:852:21
|
852 |                any::type_name::<S>(),
|                     ^^^^^^^^^ not found in `any`
help: possible candidates are found in other modules, you can import them into scope
|
7   | use core::intrinsics::type_name;
|
7   | use std::intrinsics::type_name;
|

error[E0425]: cannot find function `type_name` in module `any`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-541.0.0/serialize.rs:854:21
|
854 |                any::type_name::<T>(),
|                     ^^^^^^^^^ not found in `any`
help: possible candidates are found in other modules, you can import them into scope
|
7   | use core::intrinsics::type_name;
|
7   | use std::intrinsics::type_name;
|

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0425`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name serialize /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-serialize-541.0.0/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b7e39f64bb42cf95 -C extra-filename=-b7e39f64bb42cf95 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-df0740a71b875aec.rmeta --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-4e9d705cbd77b558.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `rustc-ap-serialize`.', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.