diff --git a/src/libcore/comm.rs b/src/libcore/comm.rs index 41512e3d76a6..78475c155b9a 100644 --- a/src/libcore/comm.rs +++ b/src/libcore/comm.rs @@ -57,8 +57,7 @@ native mod rustrt { #[abi = "rust-intrinsic"] native mod rusti { - // FIXME: This should probably not take a boxed closure (Issue #1987) - fn call_with_retptr(&&f: fn@(*uint)) -> T; + fn call_with_retptr(&&f: fn(*uint)) -> T; } type port_id = int;