Reformat everything
This commit is contained in:
parent
fdf5322169
commit
8710a2e169
6 changed files with 11 additions and 20 deletions
|
@ -2144,10 +2144,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
|
|||
previous_stack: TraitObligationStackList<'o, 'tcx>,
|
||||
obligation: &'o TraitObligation<'tcx>,
|
||||
) -> TraitObligationStack<'o, 'tcx> {
|
||||
let fresh_trait_pred = obligation
|
||||
.predicate
|
||||
.fold_with(&mut self.freshener)
|
||||
.into_ok();
|
||||
let fresh_trait_pred = obligation.predicate.fold_with(&mut self.freshener).into_ok();
|
||||
|
||||
let dfn = previous_stack.cache.next_dfn();
|
||||
let depth = previous_stack.depth() + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue