Add a FIXME

This commit is contained in:
Florian Diebold 2022-03-21 16:49:01 +01:00
parent 8498eaa6ab
commit baa43a86ab

View file

@ -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,