]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_mir/src/borrow_check/type_check/constraint_conversion.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / compiler / rustc_mir / src / borrow_check / type_check / constraint_conversion.rs
index 8513e5e531bd7e88b7cfe607fc6c43800a908a2c..eb11b9371433d145a24cac55f8738877d39ecb25 100644 (file)
@@ -143,6 +143,7 @@ impl<'a, 'tcx> ConstraintConversion<'a, 'tcx> {
             category: self.category,
             sub,
             sup,
+            variance_info: ty::VarianceDiagInfo::default(),
         });
     }