Rustup: Add ExprKind::Catch

This commit is contained in:
Andre Bogus 2017-03-16 00:56:21 +01:00
parent 07b6d08aba
commit bc934a3ed9

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