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

clippy_lints doesn't build on rust 1.21.0-nightly (13d94d5fa 2017-08-10) #1946

Closed
rassouly opened this issue Aug 11, 2017 · 6 comments · Fixed by #1947
Closed

clippy_lints doesn't build on rust 1.21.0-nightly (13d94d5fa 2017-08-10) #1946

rassouly opened this issue Aug 11, 2017 · 6 comments · Fixed by #1947
Assignees

Comments

@rassouly
Copy link

Full log here.
All the errors say that the method current_level cannot be found.

@oli-obk oli-obk self-assigned this Aug 11, 2017
@atorstling
Copy link

atorstling commented Aug 11, 2017

Probably related to rust-lang/rust#43522

@ghost
Copy link

ghost commented Aug 13, 2017

to make search easier:

error[E0599]: no method named `current_level` found for type `&'a T` in the current scope

@shssoichiro
Copy link
Contributor

shssoichiro commented Aug 14, 2017

Looks like there's been some more breakage between 8-10 and 8-13 as well, on top of this. I just forgot to pull, oops.

I'll see how much I can get fixed tonight, and will push to a branch (or PR if ready).

@shssoichiro
Copy link
Contributor

I've pushed to a forked branch 1946-Nightly-Breakage, clippy compiles but has failing tests at this point. I'll work on it some more tomorrow if no one has taken a look by then.

@oli-obk
Copy link
Contributor

oli-obk commented Aug 14, 2017

@shssoichiro sorry, I forgot to push and wasn't able to publish yesterday. New version should be up in a minute.

@oli-obk
Copy link
Contributor

oli-obk commented Aug 14, 2017

0.0.151 is live!

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

Successfully merging a pull request may close this issue.

4 participants