Skip to content

Commit 390a00f

Browse files
committed
---
yaml --- r: 1381 b: refs/heads/master c: 84dd64b h: refs/heads/master i: 1379: 01498c5 v: v3
1 parent e7d4a02 commit 390a00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 890d027b653edd1722b186a5723944e622736313
2+
refs/heads/master: 84dd64b6cf047444e03b94e63e00508ecc4046aa

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,7 +3215,7 @@ fn trans_ret(@block_ctxt cx, &option.t[@ast.expr] e) -> result {
32153215

32163216
fn trans_be(@block_ctxt cx, @ast.expr e) -> result {
32173217
// FIXME: This should be a typestate precondition
3218-
check ast.is_call_expr(e);
3218+
check (ast.is_call_expr(e));
32193219
// FIXME: Turn this into a real tail call once
32203220
// calling convention issues are settled
32213221
ret trans_ret(cx, some(e));

0 commit comments

Comments
 (0)