diff options
Diffstat (limited to 'src')
| -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 6e1dbf8eba3..1cfc22dc960 100644 --- a/src/comp/pretty/pprust.rs +++ b/src/comp/pretty/pprust.rs @@ -731,6 +731,7 @@ fn print_expr(&ps s, &@ast::expr expr) { case (some(?msg)) { word(s.s, #fmt("\"%s\"", msg)); } + case (_) {} } } case (ast::expr_break(_)) { |
