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 e872085 commit a4c76a6Copy full SHA for a4c76a6
src/lifetime.rs
@@ -75,6 +75,7 @@ impl VisitMut for AddLifetimeToImplTrait {
75
if let Some(punct) = ty.bounds.pairs_mut().next().unwrap().punct_mut() {
76
punct.span = span;
77
}
78
+ visit_mut::visit_type_impl_trait_mut(self, ty);
79
80
81
fn visit_expr_mut(&mut self, _e: &mut Expr) {
0 commit comments