Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Ben-Yehuda committed Nov 15, 2015
1 parent f921982 commit 5982594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustc/middle/traits/select.rs
Expand Up @@ -423,7 +423,9 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
})
}


/// Evaluates the predicates in `predicates` recursively. Note that
/// this applies projections in the predicates, and therefore
/// is run within an inference probe.
fn evaluate_predicates_recursively<'a,'o,I>(&mut self,
stack: TraitObligationStackList<'o, 'tcx>,
predicates: I)
Expand Down

0 comments on commit 5982594

Please sign in to comment.