Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/src/diagnostics/expr.rs')
| -rw-r--r-- | crates/hir_ty/src/diagnostics/expr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_ty/src/diagnostics/expr.rs b/crates/hir_ty/src/diagnostics/expr.rs index 00c7b95215..a8c4026e31 100644 --- a/crates/hir_ty/src/diagnostics/expr.rs +++ b/crates/hir_ty/src/diagnostics/expr.rs @@ -285,6 +285,7 @@ impl ExprValidator { let pattern_arena = Arena::new(); let cx = MatchCheckCtx { module: self.owner.module(db.upcast()), + body: self.owner, db, pattern_arena: &pattern_arena, }; |