We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb59028 commit 65fdd7cCopy full SHA for 65fdd7c
compiler/rustc_trait_selection/src/solve/fulfill/derive_errors.rs
@@ -440,7 +440,7 @@ impl<'tcx> ProofTreeVisitor<'tcx> for BestObligation<'tcx> {
440
match (child_mode, nested_goal.source()) {
441
(
442
ChildMode::Trait(_) | ChildMode::Host(_),
443
- GoalSource::Misc | GoalSource::NormalizeImplWhereBound,
+ GoalSource::Misc | GoalSource::NormalizeGoal(_),
444
) => {
445
continue;
446
}
0 commit comments