You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/gh.neting.cc-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/gh.neting.cc-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.
The text was updated successfully, but these errors were encountered:
When I try compiling a project with clippy using rustc nightly 2016-07-24, I get the following error:
The text was updated successfully, but these errors were encountered: