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

Build failure on nightly-2018-02-01 #2429

Closed
ehuss opened this issue Feb 2, 2018 · 0 comments · Fixed by #2430
Closed

Build failure on nightly-2018-02-01 #2429

ehuss opened this issue Feb 2, 2018 · 0 comments · Fixed by #2430

Comments

@ehuss
Copy link
Contributor

ehuss commented Feb 2, 2018

Clippy seems to be failing to compile on nightly-2018-02-01 with this error:

error[E0063]: missing field `approximate` in initializer of `rustc_errors::CodeSuggestion`
   --> clippy_lints\src\utils\mod.rs:636:16
    |
636 |     let sugg = rustc_errors::CodeSuggestion {
    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `approximate`

Presumably caused by rust-lang/rust#47540

Frederick888 added a commit to Frederick888/rust-clippy that referenced this issue Feb 2, 2018
Manishearth added a commit that referenced this issue Feb 2, 2018
set CodeSuggestion approximate to false. fixes #2429
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.

1 participant