Pacify tidy.
This commit is contained in:
parent
65c3c90f3e
commit
de110f9208
3 changed files with 8 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue