Skip to content

Commit 4258842

Browse files
committed
---
yaml --- r: 1596 b: refs/heads/master c: 41d5094 h: refs/heads/master v: v3
1 parent bb314eb commit 4258842

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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: 4ca0259b20bfc2f33f23e8b82864908fbb3b8133
2+
refs/heads/master: 41d5094a8e0f58221b470a2676a9a1dae287102d

trunk/src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
443443
basic-1.rs \
444444
basic-2.rs \
445445
basic.rs \
446-
bind-obj-ctor.rs \
447446
child-outlives-parent.rs \
448447
clone-with-exterior.rs \
449448
comm.rs \

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3526,7 +3526,7 @@ fn trans_bind_thunk(@crate_ctxt cx,
35263526
i += 1u;
35273527
}
35283528

3529-
let uint a = 2u + i; // retptr, task ptr, env come first
3529+
let uint a = 3u; // retptr, task ptr, env come first
35303530
let int b = 0;
35313531
let uint outgoing_arg_index = 0u;
35323532
let vec[TypeRef] llout_arg_tys =

0 commit comments

Comments
 (0)