Skip to content

Does not compile on 1.20.0-nightly (f85579d4a 2017-07-12) #1887

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

Closed
dtolnay opened this issue Jul 13, 2017 · 6 comments
Closed

Does not compile on 1.20.0-nightly (f85579d4a 2017-07-12) #1887

dtolnay opened this issue Jul 13, 2017 · 6 comments

Comments

@dtolnay
Copy link
Member

dtolnay commented Jul 13, 2017

error[E0603]: function `binop_to_string` is private
  --> clippy_lints-0.0.143/src/utils/sugg.rs:11:5
   |
11 | use syntax::print::pprust::binop_to_string;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@dtolnay
Copy link
Member Author

dtolnay commented Jul 13, 2017

Relevant upstream change: rust-lang/rust@0343136 rust-lang/rust#42897.

@darnir
Copy link

darnir commented Jul 14, 2017

Could we please have a new version released with the above commit?

@fulara
Copy link

fulara commented Jul 14, 2017

For someone who wants to use the cargo clippy before that next version gets released you can try this command:
cargo install clippy --git https://github.com/kraai/rust-clippy --branch fix-build

@drusellers
Copy link

Just ran into this as well.

@thomas-jeepe
Copy link

I ran into this as well, unable to install.

@blaenk
Copy link

blaenk commented Jul 15, 2017

I think the existence of the of the problem has been already confirmed. A workaround was mentioned above.

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

6 participants