X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_infer%2Fsrc%2Finfer%2Fglb.rs;h=6ffefcb7a286a5aac0eef3f4db47a26c328ff2ef;hb=c867288d1b05bb7b4e069e3fd6c2d16bdc2bfd4b;hp=1570a08f3ca8bdb0aa11a3e4bbbe9131fc673a64;hpb=ad76883ff99ef28fc650419640bdc91f7d521eae;p=rust.git diff --git a/compiler/rustc_infer/src/infer/glb.rs b/compiler/rustc_infer/src/infer/glb.rs index 1570a08f3ca..6ffefcb7a28 100644 --- a/compiler/rustc_infer/src/infer/glb.rs +++ b/compiler/rustc_infer/src/infer/glb.rs @@ -113,7 +113,7 @@ fn binders( } impl<'combine, 'infcx, 'tcx> LatticeDir<'infcx, 'tcx> for Glb<'combine, 'infcx, 'tcx> { - fn infcx(&self) -> &'infcx InferCtxt<'infcx, 'tcx> { + fn infcx(&self) -> &'infcx InferCtxt<'tcx> { self.fields.infcx }