We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd05fc commit 600ec4fCopy full SHA for 600ec4f
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: cae2c1611b1dac6bf2e165f7f322980642e1b2a1
+refs/heads/master: c139b348fe97c331dab0a5174dd04d23d26c6c4f
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libcore/comm.rs
@@ -57,8 +57,7 @@ native mod rustrt {
57
58
#[abi = "rust-intrinsic"]
59
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;
+ fn call_with_retptr<T: send>(&&f: fn(*uint)) -> T;
62
}
63
64
type port_id = int;
0 commit comments