]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_infer/src/infer/lub.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_infer / src / infer / lub.rs
index 9f96d52c85034f36092f4d53f7b6e34339cc630a..d6e56fcb7fd274d6805654aee0544470d64f92bf 100644 (file)
@@ -119,7 +119,7 @@ impl<'tcx> ConstEquateRelation<'tcx> for Lub<'_, '_, 'tcx> {
 }
 
 impl<'combine, 'infcx, 'tcx> LatticeDir<'infcx, 'tcx> for Lub<'combine, 'infcx, 'tcx> {
-    fn infcx(&self) -> &'infcx InferCtxt<'infcx, 'tcx> {
+    fn infcx(&self) -> &'infcx InferCtxt<'tcx> {
         self.fields.infcx
     }