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 1cff564 commit 3371a75Copy full SHA for 3371a75
compiler/rustc_infer/src/infer/mod.rs
@@ -550,7 +550,7 @@ impl<'tcx> TyCtxtInferExt<'tcx> for TyCtxt<'tcx> {
550
fn infer_ctxt(self) -> InferCtxtBuilder<'tcx> {
551
InferCtxtBuilder {
552
tcx: self,
553
- defining_use_anchor: DefiningAnchor::Error,
+ defining_use_anchor: DefiningAnchor::Bubble,
554
considering_regions: true,
555
fresh_typeck_results: None,
556
}
0 commit comments