Skip to content

Commit 9a8e1ee

Browse files
committed
Move a field around
1 parent 9cd44f8 commit 9a8e1ee

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

compiler/rustc_infer/src/infer/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,10 @@ pub struct InferCtxtBuilder<'tcx> {
572572
tcx: TyCtxt<'tcx>,
573573
defining_use_anchor: DefiningAnchor,
574574
considering_regions: bool,
575+
/// Whether we are in coherence mode.
576+
intercrate: bool,
575577
normalize_fn_sig_for_diagnostic:
576578
Option<Lrc<dyn Fn(&InferCtxt<'tcx>, ty::PolyFnSig<'tcx>) -> ty::PolyFnSig<'tcx>>>,
577-
intercrate: bool,
578579
}
579580

580581
pub trait TyCtxtInferExt<'tcx> {

0 commit comments

Comments
 (0)