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 d403104 commit e0fa8b2Copy full SHA for e0fa8b2
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