Skip to content

Commit 7ea23e5

Browse files
committed
auto merge of #18854 : thestinger/rust/spawn, r=aturon
cc #18000
2 parents a2dee35 + cd17ba4 commit 7ea23e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/task.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
//! # }
9292
//! ```
9393
94-
#![stable]
94+
#![unstable = "The task spawning model will be changed as part of runtime reform, and the module \
95+
will likely be renamed from `task` to `thread`."]
9596

9697
use any::Any;
9798
use comm::channel;

0 commit comments

Comments
 (0)