Refactor hir::diagnostics::MissingMatchArms fields, better naming

This commit is contained in:
iDawer 2023-03-10 18:21:54 +05:00
parent 8f189f62c6
commit 5e8c586f3b
3 changed files with 7 additions and 8 deletions

View file

@ -199,8 +199,7 @@ pub struct MismatchedArgCount {
#[derive(Debug)]
pub struct MissingMatchArms {
pub file: HirFileId,
pub match_expr: AstPtr<ast::Expr>,
pub scrutinee_expr: InFile<AstPtr<ast::Expr>>,
pub uncovered_patterns: String,
}