1
Fork 0

Pacify tidy.

This commit is contained in:
Camille GILLOT 2023-01-21 10:12:11 +00:00
parent 65c3c90f3e
commit de110f9208
3 changed files with 8 additions and 8 deletions

View file

@ -43,7 +43,7 @@ pub trait TraitEngine<'tcx>: 'tcx {
fn pending_obligations(&self) -> Vec<PredicateObligation<'tcx>>;
/// Among all pending obligations, collect those are stalled on a inference variable which has
/// changed since the last call to `select_where_possible`. Those obligations are marked as
/// changed since the last call to `select_where_possible`. Those obligations are marked as
/// successful and returned.
fn drain_unstalled_obligations(
&mut self,