Skip to content

Commit a736079

Browse files
committed
---
yaml --- r: 7014 b: refs/heads/master c: 9e1dc70 h: refs/heads/master v: v3
1 parent 90f1715 commit a736079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e34abbacf62cb1d35b761ea698b0afa0372aa642
2+
refs/heads/master: 9e1dc703d2fce55ca8c79fdc68188560c6d78d9c

trunk/src/comp/syntax/parse/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ fn expr_requires_semi_to_be_stmt(e: @ast::expr) -> bool {
16081608
expr_requires_semi_to_be_stmt(option::get(els)) }
16091609
}
16101610
ast::expr_alt(_, arms) {
1611-
vec::any({|arm| !option::is_none(arm.body.node.expr)}, arms)
1611+
vec::any(arms, {|arm| !option::is_none(arm.body.node.expr)})
16121612
}
16131613
ast::expr_block(blk) | ast::expr_while(_, blk) |
16141614
ast::expr_for(_, _, blk) | ast::expr_do_while(blk, _) {

0 commit comments

Comments
 (0)