1
Fork 0

Canonicalize the ROOT VAR

This commit is contained in:
Michael Goulet 2023-03-07 04:17:37 +00:00
parent 160c2ebeca
commit 8d13454498
5 changed files with 83 additions and 11 deletions

View file

@ -238,6 +238,7 @@ impl<'a, 'tcx> EvalCtxt<'a, 'tcx> {
&& has_changed
&& !self.in_projection_eq_hack
&& !self.search_graph.in_cycle()
&& false
{
let (_orig_values, canonical_goal) = self.canonicalize_goal(goal);
let canonical_response =