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 9cd44f8 commit 9a8e1eeCopy full SHA for 9a8e1ee
compiler/rustc_infer/src/infer/mod.rs
@@ -572,9 +572,10 @@ pub struct InferCtxtBuilder<'tcx> {
572
tcx: TyCtxt<'tcx>,
573
defining_use_anchor: DefiningAnchor,
574
considering_regions: bool,
575
+ /// Whether we are in coherence mode.
576
+ intercrate: bool,
577
normalize_fn_sig_for_diagnostic:
578
Option<Lrc<dyn Fn(&InferCtxt<'tcx>, ty::PolyFnSig<'tcx>) -> ty::PolyFnSig<'tcx>>>,
- intercrate: bool,
579
}
580
581
pub trait TyCtxtInferExt<'tcx> {
0 commit comments