mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Fix missing match arms
This commit is contained in:
parent
f43edb2151
commit
a838a60caa
5 changed files with 23 additions and 3 deletions
|
@ -1903,7 +1903,9 @@ impl Type {
|
|||
| TyKind::Dyn(_)
|
||||
| TyKind::Function(_)
|
||||
| TyKind::Alias(_)
|
||||
| TyKind::Foreign(_) => false,
|
||||
| TyKind::Foreign(_)
|
||||
| TyKind::Generator(..)
|
||||
| TyKind::GeneratorWitness(..) => false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue