Skip to content

Clippy 0.79 does not compile with rustc nightly 2016-07-24 #1120

Closed
@lily-mara

Description

@lily-mara

When I try compiling a project with clippy using rustc nightly 2016-07-24, I get the following error:

   Compiling clippy_lints v0.0.79
/Users/nm46057/.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.79/src/utils/mod.rs:500:14: 500:35 error: no associated item named `from_spans` found for type `syntax::codemap::MultiSpan` in the current scope 
/Users/nm46057/.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.79/src/utils/mod.rs:500         msp: MultiSpan::from_spans(sugg.iter().map(|&(span, _)| span).collect()),
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error 
error: Could not compile `clippy_lints`.

To learn more, run the command again with --verbose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions