Rust-clippy: Does not compile on 1.20.0-nightly (f85579d4a 2017-07-12)

Created on 13 Jul 2017  路  6Comments  路  Source: rust-lang/rust-clippy

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;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Most helpful comment

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

All 6 comments

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

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

Just ran into this as well.

I ran into this as well, unable to install.

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

Was this page helpful?
0 / 5 - 0 ratings