Skip to content

Commit 97772c0

Browse files
committed
---
yaml --- r: 1598 b: refs/heads/master c: 60f8635 h: refs/heads/master v: v3
1 parent fef63ea commit 97772c0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 185bcc62185c4ec8274ea94387629ddfae3c7f0e
2+
refs/heads/master: 60f86354ad95802da4c861fb8df54abf95f1917b

trunk/src/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
448448
comm.rs \
449449
constrained-type.rs \
450450
destructor-ordering.rs \
451-
drop-parametric-closure-with-bound-box.rs \
452451
foreach-nested-2.rs \
453452
foreach-nested.rs \
454453
foreach-put-structured.rs \

trunk/src/comp/middle/trans.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3750,6 +3750,8 @@ fn trans_bind(@block_ctxt cx, @ast.expr f,
37503750
bcx.build.Store(td, ty_param_slot);
37513751
i += 1;
37523752
}
3753+
3754+
outgoing_fty = ginfo.item_type;
37533755
}
37543756
}
37553757

0 commit comments

Comments
 (0)