Skip to content

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

Closed
@ehuss

Description

@ehuss
Contributor

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

Activity

added a commit that references this issue on Feb 2, 2018
c5ee8b5
added a commit that references this issue on Feb 2, 2018

Merge pull request #2430 from Frederick888/fix-2429

c26be4c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @ehuss

      Issue actions

        Build failure on nightly-2018-02-01 · Issue #2429 · rust-lang/rust-clippy