File tree Expand file tree Collapse file tree 4 files changed +476
-146
lines changed
rustc_next_trait_solver/src/solve/eval_ctxt
rustc_type_ir/src/search_graph Expand file tree Collapse file tree 4 files changed +476
-146
lines changed Original file line number Diff line number Diff line change @@ -454,12 +454,15 @@ where
454454 let ( orig_values, canonical_goal) = self . canonicalize_goal ( goal) ;
455455 let mut goal_evaluation =
456456 self . inspect . new_goal_evaluation ( goal, & orig_values, goal_evaluation_kind) ;
457- let canonical_result = self . search_graph . evaluate_goal (
458- self . cx ( ) ,
459- canonical_goal,
460- self . step_kind_for_source ( source) ,
461- & mut goal_evaluation,
462- ) ;
457+ let canonical_result = self
458+ . search_graph
459+ . evaluate_goal (
460+ self . cx ( ) ,
461+ canonical_goal,
462+ self . step_kind_for_source ( source) ,
463+ & mut goal_evaluation,
464+ )
465+ . 1 ;
463466 goal_evaluation. query_result ( canonical_result) ;
464467 self . inspect . goal_evaluation ( goal_evaluation) ;
465468 let response = match canonical_result {
You can’t perform that action at this time.
0 commit comments