Skip to content

Commit

Permalink
Remove out-of-date comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Oct 6, 2024
1 parent afbff05 commit 3fdcde7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_infer/src/infer/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ where
value.try_fold_with(&mut FullTypeResolver { infcx })
}

// N.B. This type is not public because the protocol around checking the
// `err` field is not enforceable otherwise.
struct FullTypeResolver<'a, 'tcx> {
infcx: &'a InferCtxt<'tcx>,
}
Expand Down

0 comments on commit 3fdcde7

Please sign in to comment.