Skip to content

Commit b3902c3

Browse files
committed
---
yaml --- r: 2107 b: refs/heads/master c: 0387b5a h: refs/heads/master i: 2105: a324854 2103: c4efcd5 v: v3
1 parent b21fd61 commit b3902c3

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: 55ab187c9cbffc3b938b40032c6031202c3d8f50
2+
refs/heads/master: 0387b5a060a1ca3484cfb130bc589f1470afa13a

trunk/src/comp/middle/typeck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ fn check_expr(&@fn_ctxt fcx, @ast.expr expr) -> @ast.expr {
16961696
auto lhs_1 = Pushdown.pushdown_expr(fcx, rhs_t0, lhs_0);
16971697
auto rhs_1 = Pushdown.pushdown_expr(fcx, expr_ty(lhs_1), rhs_0);
16981698

1699-
auto ann = triv_ann(rhs_t0);
1699+
auto ann = triv_ann(expr_ty(rhs_1));
17001700
ret tup(lhs_1, rhs_1, ann);
17011701
}
17021702

0 commit comments

Comments
 (0)