Rustup: Add ExprKind::Catch
This commit is contained in:
parent
07b6d08aba
commit
bc934a3ed9
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ impl<'a> Sugg<'a> {
|
|||
ast::ExprKind::Block(..) |
|
||||
ast::ExprKind::Break(..) |
|
||||
ast::ExprKind::Call(..) |
|
||||
ast::ExprKind::Catch(..) |
|
||||
ast::ExprKind::Continue(..) |
|
||||
ast::ExprKind::Field(..) |
|
||||
ast::ExprKind::ForLoop(..) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue