Skip to content

Commit eda00c0

Browse files
committed
don't treat bound obligations as obligations
1 parent a44cc9a commit eda00c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/traits/select.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,6 @@ impl<'cx, 'gcx, 'tcx> SelectionContext<'cx, 'gcx, 'tcx> {
14421442
normal_bound={:?}, \
14431443
additional inferred_obligations={:?}",
14441444
normal_bound, obligations);
1445-
self.inferred_obligations.extend(obligations);
14461445

14471446
let Normalized { value: normal_skol_trait_ref, obligations } =
14481447
normalize_with_depth(

0 commit comments

Comments
 (0)