Skip to content

Commit 5982594

Browse files
author
Ariel Ben-Yehuda
committed
address review comments
1 parent f921982 commit 5982594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/librustc/middle/traits/select.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,9 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
423423
})
424424
}
425425

426-
426+
/// Evaluates the predicates in `predicates` recursively. Note that
427+
/// this applies projections in the predicates, and therefore
428+
/// is run within an inference probe.
427429
fn evaluate_predicates_recursively<'a,'o,I>(&mut self,
428430
stack: TraitObligationStackList<'o, 'tcx>,
429431
predicates: I)

0 commit comments

Comments
 (0)