Skip to content

Commit ba43447

Browse files
committed
---
yaml --- r: 1990 b: refs/heads/master c: bd9f454 h: refs/heads/master v: v3
1 parent 1708391 commit ba43447

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: 8e9c5b96fbaa338e0b60e3e8c0127e0b3e4cee76
2+
refs/heads/master: bd9f45446a747da26382f08f1769ef98b8e43898

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ fn trans_compare(@block_ctxt cx0, ast.binop op, @ty.t t0,
27212721
auto elt_ty = ty.sequence_element_type(t);
27222722
auto elt_llsz_r = size_of(scx, elt_ty);
27232723
scx = elt_llsz_r.bcx;
2724-
r = iter_sequence_raw(scx, lhs, rhs, rhs_lim,
2724+
r = iter_sequence_raw(scx, lhs_p0, rhs_p0, rhs_lim,
27252725
elt_llsz_r.val,
27262726
bind inner(next, true, flag, op,
27272727
_, _, _, elt_ty));

0 commit comments

Comments
 (0)