We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f8103 commit 86039e8Copy full SHA for 86039e8
compiler/rustc_ty_utils/src/nested_bodies.rs
@@ -27,6 +27,10 @@ impl<'tcx> Visitor<'tcx> for NestedBodiesVisitor<'tcx> {
27
self.visit_body(body);
28
}
29
30
+
31
+ fn visit_pat(&mut self, _: &'tcx hir::Pat<'tcx>) {}
32
33
+ fn visit_ty(&mut self, _: &'tcx hir::Ty<'tcx, hir::AmbigArg>) {}
34
35
36
pub(super) fn provide(providers: &mut Providers) {
0 commit comments