-
Notifications
You must be signed in to change notification settings - Fork 1.7k
does not compile with rustc 1.15.0-nightly (1c448574b 2016-11-28) #1371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
on it |
this is not a fun one... I'm compiling already, but getting crashes in rustc and clippy when testing... |
Does it compile with 1.13 or 1.14? |
It compiles with rustc 1.15.0-nightly (2217bd7 2016-11-25). |
I was able to compile/install clippy yesterday using a nightly from November 25th. That's the last one that worked for me.
|
Should I start with curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly ? |
@nordlow use https://rustup.rs/ instead. |
Ok, I'm trying it out now. I chose nightly. Ok? |
Just follow the instruction from the site to install it (it's going to ask you questions, can't remember which ones though). Once rustup is installed, just run the three commands I've posted:
This will install clippy using the nightly from November 25th, and run it on your code base. You can always install a "latest" nightly, beta or stable. Refer to https://github.com/rust-lang-nursery/rustup.rs for more info. |
What does |
It runs clippy on the current project. |
Clippy can be run multiple ways. One of those is through a "cargo-clippy" binary, which was installed using I basically runs clippy on your files, without having to annotate the source files or add clippy to your Cargo.toml. |
I could run it as rustup run nightly-2016-11-25 cargo build aswell! I guess this runs it as a rustc plugin, right? This awesome! |
yes ;) |
My Cargo bash completion has stopped working. Previously, it was placed in |
@nordlow If you'd like help using Rust or Cargo, I suggest asking on the users' forum instead. |
Ok, thanks, |
Revert once Manishearth/rust-clippy#1371 is fixed
A ton of stuff seems to have been renamed. Errors can be seen here: https://travis-ci.org/durka/guard/jobs/180149918#L253
The text was updated successfully, but these errors were encountered: