Skip to content

Commit cdc4621

Browse files
committed
fixup first commit
1 parent f66c51a commit cdc4621

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/solve/inspect

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/inspect/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ impl<'tcx> ProofTreeBuilder<'tcx> {
467467
/// of the probe into the parent.
468468
pub fn integrate_snapshot(&mut self, probe: ProofTreeBuilder<'tcx>) {
469469
if let Some(this) = self.as_mut() {
470-
match (this, probe.state.unwrap().tree) {
470+
match (this, *probe.state.unwrap()) {
471471
(
472472
DebugSolver::Probe(WipProbe { steps, .. })
473473
| DebugSolver::GoalEvaluationStep(WipGoalEvaluationStep {

0 commit comments

Comments
 (0)