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
$ cargo build Compiling clippy_lints v0.0.99 error[E0308]: mismatched types --> clippy_lints/src/len_zero.rs:71:86 | 71 | ItemImpl(_, _, _, None, _, ref impl_items) => check_impl_items(cx, item, impl_items), | ^^^^^^^^^^ expected slice, found struct `syntax::ptr::P` | = note: expected type `&[rustc::hir::ImplItem]` = note: found type `&syntax::ptr::P<[rustc::hir::ImplItemRef]>` error: aborting due to previous error error: Could not compile `clippy_lints`. To learn more, run the command again with --verbose. $ rustc --version rustc 1.15.0-nightly (ac635aa95 2016-11-18)
The text was updated successfully, but these errors were encountered:
Looks like rust-lang/rust#37660 is the culprit.
Sorry, something went wrong.
Thanks, I'm presenting Clippy at Capitole du Libre in 14h, that would have been embarrassing 😅
Wheee, go @mcarton go
mcarton
No branches or pull requests
The text was updated successfully, but these errors were encountered: