Skip to content

Commit 600ec4f

Browse files
committed
---
yaml --- r: 11951 b: refs/heads/master c: c139b34 h: refs/heads/master i: 11949: 750c49a 11947: bcc0a07 11943: f06e4c7 11935: 1e68a20 v: v3
1 parent 2bd05fc commit 600ec4f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cae2c1611b1dac6bf2e165f7f322980642e1b2a1
2+
refs/heads/master: c139b348fe97c331dab0a5174dd04d23d26c6c4f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/comm.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ native mod rustrt {
5757

5858
#[abi = "rust-intrinsic"]
5959
native mod rusti {
60-
// FIXME: This should probably not take a boxed closure (Issue #1987)
61-
fn call_with_retptr<T: send>(&&f: fn@(*uint)) -> T;
60+
fn call_with_retptr<T: send>(&&f: fn(*uint)) -> T;
6261
}
6362

6463
type port_id = int;

0 commit comments

Comments
 (0)