1
Fork 0

change definitely non-productive cycles to error

This commit is contained in:
lcnr 2025-02-27 11:57:05 +01:00
parent ac951d3799
commit 01795b14f0
19 changed files with 235 additions and 206 deletions

View file

@ -440,7 +440,7 @@ impl<'tcx> ProofTreeVisitor<'tcx> for BestObligation<'tcx> {
match (child_mode, nested_goal.source()) {
(
ChildMode::Trait(_) | ChildMode::Host(_),
GoalSource::Misc | GoalSource::NormalizeGoal(_),
GoalSource::Misc | GoalSource::TypeRelating | GoalSource::NormalizeGoal(_),
) => {
continue;
}