Skip to content

Commit dbda675

Browse files
committed
Undo a diff
1 parent b45fabd commit dbda675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_infer/src/infer/freshen.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ impl<'a, 'tcx> TypeFolder<'tcx> for TypeFreshener<'a, 'tcx> {
214214
| ty::Foreign(..)
215215
| ty::Param(..)
216216
| ty::Closure(..)
217-
| ty::Opaque(..)
218-
| ty::GeneratorWitness(..) => t.super_fold_with(self),
217+
| ty::GeneratorWitness(..)
218+
| ty::Opaque(..) => t.super_fold_with(self),
219219

220220
ty::Placeholder(..) | ty::Bound(..) => bug!("unexpected type {:?}", t),
221221
}

0 commit comments

Comments
 (0)