Canonicalize the ROOT VAR
This commit is contained in:
parent
160c2ebeca
commit
8d13454498
5 changed files with 83 additions and 11 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue