Fix a non-exhaustive match failure.
This commit is contained in:
parent
7b7c746c1e
commit
3ce82d2e70
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue