Register obligations from type relation
This commit is contained in:
parent
9a8e1eea7a
commit
f42e490d6f
3 changed files with 13 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue