Address review comment
canonicalize_chalk_query -> canonicalize_query_preserving_universes
This commit is contained in:
parent
f718b51690
commit
030c50824c
2 changed files with 5 additions and 2 deletions
|
@ -95,7 +95,8 @@ impl<'tcx> TraitEngine<'tcx> for FulfillmentContext<'tcx> {
|
|||
continue;
|
||||
}
|
||||
|
||||
let canonical_goal = infcx.canonicalize_chalk_query(goal, &mut orig_values);
|
||||
let canonical_goal =
|
||||
infcx.canonicalize_query_preserving_universes(goal, &mut orig_values);
|
||||
|
||||
match infcx.tcx.evaluate_goal(canonical_goal) {
|
||||
Ok(response) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue