]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_infer/src/infer/glb.rs
New upstream version 1.59.0+dfsg1
[rustc.git] / compiler / rustc_infer / src / infer / glb.rs
index d769667c2fb099854f50255b7a8d51890d4aa41d..862f5a5fbb8c1805ca84a47bc2e1ff71f7c9d7d2 100644 (file)
@@ -23,7 +23,7 @@ impl<'combine, 'infcx, 'tcx> Glb<'combine, 'infcx, 'tcx> {
     }
 }
 
-impl TypeRelation<'tcx> for Glb<'combine, 'infcx, 'tcx> {
+impl<'tcx> TypeRelation<'tcx> for Glb<'_, '_, 'tcx> {
     fn tag(&self) -> &'static str {
         "Glb"
     }