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

cargo install clippy fails on MacOS for version v0.0.131 #26

Open
MrSpock opened this issue May 8, 2017 · 1 comment
Open

cargo install clippy fails on MacOS for version v0.0.131 #26

MrSpock opened this issue May 8, 2017 · 1 comment

Comments

@MrSpock
Copy link

MrSpock commented May 8, 2017

Simple cargo install clippy fails with following message:

   Compiling clippy_lints v0.0.131
error[E0107]: wrong number of lifetime parameters: expected 0, found 1
   --> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.131/src/loops.rs:878:35
    |
878 |     indexed: HashMap<Name, Option<CodeExtent<'tcx>>>, // indexed variables, the extent is None for global
    |                                   ^^^^^^^^^^^^^^^^ unexpected lifetime parameter

error: aborting due to previous error

error: Could not compile `clippy_lints`.
Build failed, waiting for other jobs to finish...
error: failed to compile `clippy v0.0.131`, intermediate artifacts can be found at `/var/folders/40/ljqdb4cx3_3ccxxc9xblxr440000gn/T/cargo-install.JTHfrMUMrHml`

Caused by:
  build failed
@MrSpock
Copy link
Author

MrSpock commented May 8, 2017

Upgrade to latest nightly (05-05-2017) solved problem.

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

1 participant