]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_infer/src/infer/glb.rs
:arrow_up: rust-analyzer
[rust.git] / compiler / rustc_infer / src / infer / glb.rs
index 1570a08f3ca8bdb0aa11a3e4bbbe9131fc673a64..6ffefcb7a286a5aac0eef3f4db47a26c328ff2ef 100644 (file)
@@ -113,7 +113,7 @@ fn binders<T>(
 }
 
 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
     }