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

Fails to build on 1.29.0 nightly #2900

Closed
typesanitizer opened this issue Jul 7, 2018 · 4 comments
Closed

Fails to build on 1.29.0 nightly #2900

typesanitizer opened this issue Jul 7, 2018 · 4 comments

Comments

@typesanitizer
Copy link

Running cargo +nightly install clippy gives

$ 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.

@ghost
Copy link

ghost commented Jul 7, 2018

#2889 fixes this.
It just needs a maintainer to merge and update versions.

@Manishearth
Copy link
Member

I'll fix and merge in a bit.

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.

@Manishearth
Copy link
Member

Merged and published as 0.0.212

@typesanitizer
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants