Rustup: Add ExprKind::Catch

This commit is contained in:
Andre Bogus
2017-03-16 00:56:21 +01:00
parent 07b6d08aba
commit bc934a3ed9
+1
View File
@@ -99,6 +99,7 @@ pub fn ast(cx: &EarlyContext, expr: &ast::Expr, default: &'a str) -> Sugg<'a> {
ast::ExprKind::Block(..) |
ast::ExprKind::Break(..) |
ast::ExprKind::Call(..) |
ast::ExprKind::Catch(..) |
ast::ExprKind::Continue(..) |
ast::ExprKind::Field(..) |
ast::ExprKind::ForLoop(..) |