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 e59dab5 commit be71d2bCopy full SHA for be71d2b
src/librustc_mir/transform/erase_regions.rs
@@ -25,7 +25,6 @@ impl EraseRegionsVisitor<'tcx> {
25
impl MutVisitor<'tcx> for EraseRegionsVisitor<'tcx> {
26
fn visit_ty(&mut self, ty: &mut Ty<'tcx>, _: TyContext) {
27
*ty = self.tcx.erase_regions(ty);
28
- self.super_ty(ty);
29
}
30
31
fn visit_region(&mut self, region: &mut ty::Region<'tcx>, _: Location) {
0 commit comments