Fix a non-exhaustive match failure.
This commit is contained in:
parent
7b7c746c1e
commit
3ce82d2e70
@ -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(_)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user