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 e572c5a commit 12cc7d9Copy full SHA for 12cc7d9
library/std/src/thread/mod.rs
@@ -180,10 +180,10 @@ use crate::time::Duration;
180
#[macro_use]
181
mod local;
182
183
-#[unstable(feature = "scoped_threads", issue = "none")]
+#[unstable(feature = "scoped_threads", issue = "93203")]
184
mod scoped;
185
186
187
pub use scoped::{scope, Scope, ScopedJoinHandle};
188
189
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments