Drop relate_opaque_item_substs.

This commit is contained in:
Camille GILLOT 2022-11-14 18:05:14 +00:00
parent c5949c8bee
commit d470ac9334
2 changed files with 13 additions and 23 deletions

View file

@ -563,6 +563,7 @@ impl<'tcx> TypeRelation<'tcx> for Generalizer<'_, 'tcx> {
&opt_variances,
a_subst,
b_subst,
true,
)
}
}