1
Fork 0

Register obligations from type relation

This commit is contained in:
Oli Scherer 2022-11-14 17:48:27 +00:00
parent 9a8e1eea7a
commit f42e490d6f
3 changed files with 13 additions and 6 deletions

View file

@ -155,7 +155,7 @@ impl<'tcx> TypeRelatingDelegate<'tcx> for NllTypeRelatingDelegate<'_, '_, 'tcx>
true
}
fn register_opaque_type_obligations(&mut self, obligations: PredicateObligations<'tcx>) {
fn register_obligations(&mut self, obligations: PredicateObligations<'tcx>) {
self.type_checker
.fully_perform_op(
self.locations,