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