Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/diagnostics.rs')
| -rw-r--r-- | crates/hir/src/diagnostics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir/src/diagnostics.rs b/crates/hir/src/diagnostics.rs index 7ecfb0cd6f..6c6c11ea4e 100644 --- a/crates/hir/src/diagnostics.rs +++ b/crates/hir/src/diagnostics.rs @@ -156,6 +156,7 @@ pub struct MismatchedArgCount { pub struct MissingMatchArms { pub file: HirFileId, pub match_expr: AstPtr<ast::Expr>, + pub uncovered_patterns: String, } #[derive(Debug)] |