1
Fork 0

Don't require rigid alias's trait to hold

This commit is contained in:
Michael Goulet 2025-04-16 18:30:33 +00:00
parent afa859f812
commit bb3c98165c
2 changed files with 41 additions and 1 deletions

View file

@ -45,7 +45,6 @@ where
goal,
goal.predicate.alias,
);
this.add_goal(GoalSource::AliasWellFormed, goal.with(cx, trait_ref));
this.evaluate_added_goals_and_make_canonical_response(Certainty::Yes)
})
})