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
Fresh off the press nightly, and no happiness yet!
error[E0053]: method `check_fn` has an incompatible type for trait --> /home/steve/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/clippy_lints-0.0.98/src/unused_label.rs:50:5 | 50 | fn check_fn(&mut self, cx: &LateContext, kind: FnKind, decl: &hir::FnDecl, body: &hir::Block, span: Span, fn_id: ast::NodeId) { | ^ expected struct `rustc::hir::Expr`, found struct `rustc::hir::Block` | = note: expected type `fn(&mut unused_label::UnusedLabel, &rustc::lint::LateContext<'_, '_>, rustc::hir::intravisit::FnKind<'_>, &rustc::hir::FnDecl, &rustc::hir::Expr, syntax::codemap::Span, syntax::ast::NodeId)` = note: found type `fn(&mut unused_label::UnusedLabel, &rustc::lint::LateContext<'_, '_>, rustc::hir::intravisit::FnKind<'_>, &rustc::hir::FnDecl, &rustc::hir::Block, syntax::codemap::Span, syntax::ast::NodeId)`
The text was updated successfully, but these errors were encountered:
Sorry, am already on it
Sorry, something went wrong.
Closed by #1344.
No branches or pull requests
Fresh off the press nightly, and no happiness yet!
The text was updated successfully, but these errors were encountered: