Add a FIXME
This commit is contained in:
parent
8498eaa6ab
commit
baa43a86ab
@ -153,6 +153,7 @@ pub struct MissingMatchArms {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct TypeMismatch {
|
||||
// FIXME: add mismatches in patterns as well
|
||||
pub expr: InFile<AstPtr<ast::Expr>>,
|
||||
pub expected: Type,
|
||||
pub actual: Type,
|
||||
|
Loading…
x
Reference in New Issue
Block a user