Undo a diff
This commit is contained in:
parent
b45fabddfd
commit
dbda675419
@ -214,8 +214,8 @@ fn fold_ty(&mut self, t: Ty<'tcx>) -> Ty<'tcx> {
|
||||
| ty::Foreign(..)
|
||||
| ty::Param(..)
|
||||
| ty::Closure(..)
|
||||
| ty::Opaque(..)
|
||||
| ty::GeneratorWitness(..) => t.super_fold_with(self),
|
||||
| ty::GeneratorWitness(..)
|
||||
| ty::Opaque(..) => t.super_fold_with(self),
|
||||
|
||||
ty::Placeholder(..) | ty::Bound(..) => bug!("unexpected type {:?}", t),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user