]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir-ty/src/builder.rs
Auto merge of #13223 - lowr:fix/hir-proj-normalization, r=flodiebold
[rust.git] / crates / hir-ty / src / builder.rs
index 23587cc6d0db7ab34a45993da25075ba6659eed4..94d7806cb6e8f261d6a3d686ceb18f4a5b0d5b07 100644 (file)
@@ -111,7 +111,7 @@ pub fn fill_with_unknown(self) -> Self {
         this
     }
 
-    pub(crate) fn fill_with_inference_vars(self, table: &mut InferenceTable) -> Self {
+    pub(crate) fn fill_with_inference_vars(self, table: &mut InferenceTable<'_>) -> Self {
         self.fill(|x| match x {
             ParamKind::Type => GenericArgData::Ty(table.new_type_var()).intern(Interner),
             ParamKind::Const(ty) => {