aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/infer/expr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hir_ty/src/infer/expr.rs')
-rw-r--r--crates/hir_ty/src/infer/expr.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_ty/src/infer/expr.rs b/crates/hir_ty/src/infer/expr.rs
index d7ad198b3..ca005bc99 100644
--- a/crates/hir_ty/src/infer/expr.rs
+++ b/crates/hir_ty/src/infer/expr.rs
@@ -862,6 +862,7 @@ impl<'a> InferenceContext<'a> {
862 let ty = self.make_ty(type_ref); 862 let ty = self.make_ty(type_ref);
863 substs.push(ty); 863 substs.push(ty);
864 } 864 }
865 GenericArg::Lifetime(_) => {}
865 } 866 }
866 } 867 }
867 }; 868 };