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 605951b10..a89fff773 100644
--- a/crates/hir_ty/src/infer/expr.rs
+++ b/crates/hir_ty/src/infer/expr.rs
@@ -848,6 +848,7 @@ impl<'a> InferenceContext<'a> {
848 let ty = self.make_ty(type_ref); 848 let ty = self.make_ty(type_ref);
849 substs.push(ty); 849 substs.push(ty);
850 } 850 }
851 GenericArg::Lifetime(_) => {}
851 } 852 }
852 } 853 }
853 }; 854 };