diff options
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/pretty/pprust.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/pretty/pprust.rs b/src/comp/pretty/pprust.rs index d10f5e7c..aecbf57a 100644 --- a/src/comp/pretty/pprust.rs +++ b/src/comp/pretty/pprust.rs @@ -384,6 +384,7 @@ impure fn print_expr(ps s, @ast.expr expr) { wrd1(s, "else"); print_block(s, blk); } + case (_) { /* fall through */ } } } case (ast.expr_while(?test,?block,_)) { |