Skip to content

Commit 3c7fa0b

Browse files
committed
reveal_defining_opaque_types field doesn't exist after rebase
1 parent 8c4ffaa commit 3c7fa0b

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_infer/src/infer

1 file changed

+0
-1
lines changed

compiler/rustc_infer/src/infer/at.rs

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
5959
Self {
6060
tcx: self.tcx.clone(),
6161
defining_use_anchor: self.defining_use_anchor.clone(),
62-
reveal_defining_opaque_types: self.reveal_defining_opaque_types,
6362
in_progress_typeck_results: self.in_progress_typeck_results.clone(),
6463
inner: self.inner.clone(),
6564
skip_leak_check: self.skip_leak_check.clone(),

0 commit comments

Comments
 (0)