Skip to content

Commit e79af26

Browse files
committed
w
1 parent 3e5d7ea commit e79af26

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_trait_selection/src/traits

1 file changed

+0
-1
lines changed

compiler/rustc_trait_selection/src/traits/fulfill.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ impl<'a, 'b, 'tcx> FulfillProcessor<'a, 'b, 'tcx> {
425425
)
426426
}
427427

428-
// TODO
429428
ty::PredicateKind::RegionOutlives(data) => {
430429
match infcx.region_outlives_predicate(&obligation.cause, Binder::dummy(data)) {
431430
Ok(()) => ProcessResult::Changed(vec![]),

0 commit comments

Comments
 (0)