We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
set CodeSuggestion approximate to false. fixes rust-lang#2429
c5ee8b5
Merge pull request #2430 from Frederick888/fix-2429
c26be4c
set CodeSuggestion approximate to false. fixes #2429
Successfully merging a pull request may close this issue.
Clippy seems to be failing to compile on nightly-2018-02-01 with this error:
Presumably caused by rust-lang/rust#47540
The text was updated successfully, but these errors were encountered: