You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rustc --version
rustc 1.29.0-nightly (e06c87544 2018-07-06)
$ cargo +nightly install clippy
blah blah
[...] -- associated item not found in syntax::codemap::Spanned<..>
error: aborting due to 14 previous errors
Some errors occurred: E0223, E0432, E0531, E0599, E0609.
For more information about an error, try `rustc --explain E0223`.
error: failed to compile `clippy v0.0.211`, intermediate artifacts can be found at `/tmp/cargo-installgIHK4f`
Sorry if this is a dup, couldn't find this mentioned for 1.29.0.
The text was updated successfully, but these errors were encountered:
We just made clippy a rustup component (rustup component add clippy-preview, may need to wait a couple more hours for this to work) so there's going to be some churn.
Running
cargo +nightly install clippy
givesSorry if this is a dup, couldn't find this mentioned for 1.29.0.
The text was updated successfully, but these errors were encountered: