Closed
Description
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
Labels
No labels