-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
can't build with default rustc master setup #4651
Comments
Yeah, you need to add |
I get this error when running What am I doing wrong? |
@kaimast What is the toolchain you are using? OTOH, I don't think there's any reason to use |
Thanks that actually resolves it! I tried to install using rustup before, but it does not seem to work for me with nightly?
|
Not all nightlies come with clippy, yes. See https://rust-lang.github.io/rustup-components-history/ for which tool is present in which recent nightly. Latest rustup has a way to automatically test older and older nightlies until you get one that has the tool you want... see https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html. |
I'm stuck with this issue as well. I tried to follow the instructions but after
Do I need to specify a specific version from where I can download clippy?
|
Clippy is not in nightly since Nov 25. We're working hard to get it back in a nightly ASAP. See https://rust-lang.github.io/rustup-components-history/index.html |
We used to be able to
but this no longe works due to minimized std I think: rust-lang/rust#64823
When I try the procedure that previously worked, I just get
We probably need to update at least the docs and CI...
The text was updated successfully, but these errors were encountered: