Merge pull request #1625 from Manishearth/rustup_catch
Rustup: Add ExprKind::Catch
This commit is contained in:
commit
bed96fb3da
@ -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…
Reference in New Issue
Block a user