Skip to content

Commit 3fdcde7

Browse files
committed
Remove out-of-date comment.
1 parent afbff05 commit 3fdcde7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_infer/src/infer/resolve.rs

-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ where
121121
value.try_fold_with(&mut FullTypeResolver { infcx })
122122
}
123123

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

0 commit comments

Comments
 (0)