Skip to content

Commit 65fdd7c

Browse files
committed
w
1 parent cb59028 commit 65fdd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ impl<'tcx> ProofTreeVisitor<'tcx> for BestObligation<'tcx> {
440440
match (child_mode, nested_goal.source()) {
441441
(
442442
ChildMode::Trait(_) | ChildMode::Host(_),
443-
GoalSource::Misc | GoalSource::NormalizeImplWhereBound,
443+
GoalSource::Misc | GoalSource::NormalizeGoal(_),
444444
) => {
445445
continue;
446446
}

0 commit comments

Comments
 (0)