]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/boxed.rs
Stabilize futures_api
[rust.git] / src / liballoc / boxed.rs
index 8a3950718d7d26d8cb85e2ca065fb4924f9c1d2a..207359ed6968f029879a267b042d0d7244cc7561 100644 (file)
@@ -911,7 +911,7 @@ fn resume(mut self: Pin<&mut Self>) -> GeneratorState<Self::Yield, Self::Return>
     }
 }
 
-#[unstable(feature = "futures_api", issue = "50547")]
+#[stable(feature = "futures_api", since = "1.36.0")]
 impl<F: ?Sized + Future + Unpin> Future for Box<F> {
     type Output = F::Output;