We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bfdc8 commit 7849aedCopy full SHA for 7849aed
src/libstd/thread/mod.rs
@@ -451,7 +451,7 @@ impl Builder {
451
/// [`Builder::spawn`]: ../../std/thread/struct.Builder.html#method.spawn
452
/// [`io::Result`]: ../../std/io/type.Result.html
453
/// [`JoinHandle`]: ../../std/thread/struct.JoinHandle.html
454
- #[unstable(feature = "thread_spawn_unchecked", issue = "0")]
+ #[unstable(feature = "thread_spawn_unchecked", issue = "55132")]
455
pub unsafe fn spawn_unchecked<F, T>(self, f: F) -> io::Result<JoinHandle<T>> where
456
F: FnOnce() -> T, F: Send, T: Send
457
{
0 commit comments