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 0.0.160 fails to build on 1.22.0-nightly (539f2083d 2017-09-13) #2050

Closed
gyscos opened this issue Sep 14, 2017 · 1 comment · Fixed by #2049
Closed

Clippy 0.0.160 fails to build on 1.22.0-nightly (539f2083d 2017-09-13) #2050

gyscos opened this issue Sep 14, 2017 · 1 comment · Fixed by #2049

Comments

@gyscos
Copy link

gyscos commented Sep 14, 2017

   Compiling clippy v0.0.160
error[E0050]: method `late_callback` has 6 parameters but the declaration in trait `rustc_driver::CompilerCalls::late_callback` has 7
  --> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy-0.0.160/src/main.rs:69:16
   |
69 |         ofile: &Option<PathBuf>,
   |                ^^^^^^^^^^^^^^^^ expected 7 parameters, found 6
   |
   = note: `late_callback` from trait: `fn(&mut Self, &getopts::Matches, &rustc::session::Session, &rustc::middle::cstore::CrateStore, &rustc::session::config::Input, &std::option::Option<std::path::PathBuf>, &std::option::Option<std::path::PathBuf>) -> rustc_driver::Compilation`

error: aborting due to previous error

error: failed to compile `clippy v0.0.160`, intermediate artifacts can be found at `/tmp/cargo-install.adUjjCymM7ur`

Caused by:
  Could not compile `clippy`.

To learn more, run the command again with --verbose.

Seems to come from rust-lang/rust#44420.

@oli-obk
Copy link
Contributor

oli-obk commented Sep 14, 2017

Published as 0.0.161

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.

2 participants