mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Convert BoxPat
to Missing
in HIR
This commit is contained in:
parent
ab51f57e1d
commit
1e991f2eaf
1 changed files with 1 additions and 0 deletions
|
@ -1020,6 +1020,7 @@ where
|
|||
}
|
||||
|
||||
// FIXME: implement
|
||||
ast::Pat::BoxPat(_) => Pat::Missing,
|
||||
ast::Pat::LiteralPat(_) => Pat::Missing,
|
||||
ast::Pat::SlicePat(_) | ast::Pat::RangePat(_) => Pat::Missing,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue