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

Failed to build with rustc 1.21.0-nightly (230a379a4 2017-08-18) #1970

Closed
Frederick888 opened this issue Aug 19, 2017 · 2 comments
Closed

Failed to build with rustc 1.21.0-nightly (230a379a4 2017-08-18) #1970

Frederick888 opened this issue Aug 19, 2017 · 2 comments

Comments

@Frederick888
Copy link
Contributor

Due to: rust-lang/rust#43832

Logs:

error[E0308]: mismatched types
   --> .cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.152/src/utils/mod.rs:117:61
    |
117 |             ExpnFormat::CompilerDesugaring(name) => name != "...",
    |                                                             ^^^^^ expected enum `syntax_pos::CompilerDesugaringKind`, found reference
    |
    = note: expected type `syntax_pos::CompilerDesugaringKind`
               found type `&'static str`

error: aborting due to previous error

error: Could not compile `clippy_lints`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `clippy v0.0.152`, intermediate artifacts can be found at `/tmp/cargo-install.zAvvHQr48G8S`

Caused by:
  build failed
@thomas-jeepe
Copy link

I got the same error as you, then recompiled and got 54 previous errors...

https://gist.github.com/thomas-jeepe/d64309e84300ce62a34e078e2bcfc812

@oli-obk
Copy link
Contributor

oli-obk commented Aug 21, 2017

Published as 0.0.153

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

3 participants