Merge pull request #1625 from Manishearth/rustup_catch

Rustup: Add ExprKind::Catch
This commit is contained in:
llogiq 2017-03-16 08:56:29 +01:00 committed by GitHub
commit bed96fb3da
1 changed files with 1 additions and 0 deletions

View File

@ -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(..) |