diff --git a/src/libstd/task.rs b/src/libstd/task.rs index c79b8715c06c2..f0bb8a0f4bc4b 100644 --- a/src/libstd/task.rs +++ b/src/libstd/task.rs @@ -91,7 +91,8 @@ //! # } //! ``` -#![stable] +#![unstable = "The task spawning model will be changed as part of runtime reform, and the module \ + will likely be renamed from `task` to `thread`."] use any::Any; use comm::channel;