Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit baa43a8

Browse files
committed
Add a FIXME
1 parent 8498eaa commit baa43a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hir/src/diagnostics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ pub struct MissingMatchArms {
153153

154154
#[derive(Debug)]
155155
pub struct TypeMismatch {
156+
// FIXME: add mismatches in patterns as well
156157
pub expr: InFile<AstPtr<ast::Expr>>,
157158
pub expected: Type,
158159
pub actual: Type,

0 commit comments

Comments
 (0)