Skip to content

Instantly share code, notes, and snippets.

@antifuchs
Created August 23, 2016 16:14
Show Gist options
  • Save antifuchs/6bcbc02a51b232c73d9cc51766499650 to your computer and use it in GitHub Desktop.
Save antifuchs/6bcbc02a51b232c73d9cc51766499650 to your computer and use it in GitHub Desktop.
rustup run nightly cargo install clippy
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling rustc-serialize v0.3.19
Compiling matches v0.1.2
Compiling regex-syntax v0.3.4
Compiling nom v1.2.4
Compiling unicode-normalization v0.1.2
Compiling quine-mc_cluskey v0.2.4
Compiling semver v0.2.3
Compiling toml v0.1.30
Compiling clippy_lints v0.0.85
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:3:1: 3:24 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:3 #![feature(box_syntax)]
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:4:1: 4:25 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:4 #![feature(collections)]
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:5:1: 5:30 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:5 #![feature(custom_attribute)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:6:1: 6:38 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:6 #![feature(dotdot_in_tuple_patterns)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:7:1: 7:27 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:7 #![feature(question_mark)]
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:8:1: 8:27 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:8 #![feature(rustc_private)]
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:9:1: 9:28 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:9 #![feature(slice_patterns)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:10:1: 10:34 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:10 #![feature(stmt_expr_attributes)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:11:1: 11:25 error: #[feature] may not be used on the stable release channel [E0554]
.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.85/src/lib.rs:11 #![feature(type_macros)]
^~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 9 previous errors
error: failed to compile `clippy v0.0.85`, intermediate artifacts can be found at `/var/folders/n7/6pnyyzw97q1dytflypswk4240000gn/T/cargo-install.quI2I2fXmFCh`
Caused by:
Could not compile `clippy_lints`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment