We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbff05 commit 3fdcde7Copy full SHA for 3fdcde7
compiler/rustc_infer/src/infer/resolve.rs
@@ -121,8 +121,6 @@ where
121
value.try_fold_with(&mut FullTypeResolver { infcx })
122
}
123
124
-// N.B. This type is not public because the protocol around checking the
125
-// `err` field is not enforceable otherwise.
126
struct FullTypeResolver<'a, 'tcx> {
127
infcx: &'a InferCtxt<'tcx>,
128
0 commit comments