Skip to content

Commit bd316ab

Browse files
committed
---
yaml --- r: 7135 b: refs/heads/master c: 8944a39 h: refs/heads/master i: 7133: 956e7a6 7131: a78ec25 7127: fc86010 7119: a733421 7103: cbe0223 v: v3
1 parent fea8087 commit bd316ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1ee9a83de09af1effe48ea13bc5cf89dd8221c8e
2+
refs/heads/master: 8944a390c64b892b1718b7817a463e4f227f37a8

trunk/src/libcore/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Returns:
229229
The new child task along with the port to receive messages and the channel
230230
to send messages.
231231
*/
232-
fn spawn_connected<ToCh:send, FrCh:send>(f: connected_fn<ToCh, FrCh>)
232+
fn spawn_connected<ToCh:send, FrCh:send>(+f: connected_fn<ToCh, FrCh>)
233233
-> connected_task<ToCh,FrCh> {
234234
let from_child_port = comm::port::<FrCh>();
235235
let from_child_chan = comm::chan(from_child_port);

0 commit comments

Comments
 (0)