Auto merge of #132053 - matthiaskrgr:rollup-u5ds6i3, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #131707 (Run most `core::num` tests in const context too) - #132002 (abi/compatibility: also test Option-like types) - #132026 (analyse: remove unused uncanonicalized field) - #132031 (Optimize `Rc<T>::default`) - #132040 (relnotes: fix stabilizations of `assume_init`) r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
9abfcb4900
13 changed files with 601 additions and 558 deletions
|
@ -344,7 +344,7 @@ impl<'a, 'tcx> InspectGoal<'a, 'tcx> {
|
|||
};
|
||||
|
||||
let mut nested_goals = vec![];
|
||||
self.candidates_recur(&mut candidates, &mut nested_goals, &last_eval_step.evaluation);
|
||||
self.candidates_recur(&mut candidates, &mut nested_goals, &last_eval_step);
|
||||
|
||||
candidates
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue