mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Add a FIXME
This commit is contained in:
parent
8498eaa6ab
commit
baa43a86ab
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ pub struct MissingMatchArms {
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct TypeMismatch {
|
pub struct TypeMismatch {
|
||||||
|
// FIXME: add mismatches in patterns as well
|
||||||
pub expr: InFile<AstPtr<ast::Expr>>,
|
pub expr: InFile<AstPtr<ast::Expr>>,
|
||||||
pub expected: Type,
|
pub expected: Type,
|
||||||
pub actual: Type,
|
pub actual: Type,
|
||||||
|
|
Loading…
Reference in a new issue