Skip to content
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

Better install instructions for stable #2012

Closed
spease opened this issue Sep 2, 2017 · 3 comments · Fixed by #2611
Closed

Better install instructions for stable #2012

spease opened this issue Sep 2, 2017 · 3 comments · Fixed by #2611
Labels
A-documentation Area: Adding or improving documentation

Comments

@spease
Copy link

spease commented Sep 2, 2017

Some explicit install instructions for stable rust would be nice. These seem to be the crucial two, although it looks like clippy is broken on nightly right this instant.

rustup install nightly
rustup run nightly cargo install clippy
@spease
Copy link
Author

spease commented Sep 4, 2017

Note that the second command can be simplified to
cargo +nightly install clippy
Although since clippy got fixed, I've been having trouble running it with just cargo clippy. So cargo +nightly clippy can be used to run it too.

@pravic
Copy link

pravic commented Sep 13, 2017

Could not install clippy: tons of errors like

error[E0609]: no field int_type on type rustc::session::config::Config

Version:

$ rustc +nightly -vV
rustc 1.22.0-nightly (dd08c30 2017-09-12)
binary: rustc
commit-hash: dd08c30
commit-date: 2017-09-12
host: i686-pc-windows-msvc
release: 1.22.0-nightly
LLVM version: 4.0

$ cargo show clippy
...
max_version: 0.0.159

Tried also 158, 157...

@oli-obk
Copy link
Contributor

oli-obk commented Sep 13, 2017

That's an independent issue #2047

@phansch phansch added the A-documentation Area: Adding or improving documentation label Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Adding or improving documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants