about summary refs log tree commit diff
path: root/src/expr.rs
diff options
context:
space:
mode:
authortopecongiro <seuchida@gmail.com>2019-01-30 00:55:52 +0900
committerSeiichi Uchida <seiichi.uchida@dena.com>2019-02-06 23:06:15 +0900
commitf4f9502ea7b7e87e760f7f2a288829d28f213812 (patch)
tree3e98e9312159b48440afd6f2f914fc5e4c834ee3 /src/expr.rs
parentecde43e06b6ee52b49ce2cc96c35f9db7a1b4058 (diff)
Cargo update
- Update `rustc-ap-*` crates to 366.0.0
- Update the other crates to the latest stable
Diffstat (limited to 'src/expr.rs')
-rw-r--r--src/expr.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.rs b/src/expr.rs
index 0e22134680f..744bc00d0de 100644
--- a/src/expr.rs
+++ b/src/expr.rs
@@ -379,6 +379,7 @@ pub fn format_expr(
                 ))
             }
         }
+        ast::ExprKind::Err => None,
     };
 
     expr_rw