Stabilize futures_api
This commit is contained in:
parent
e617025e96
commit
3f966dcd53
32 changed files with 86 additions and 66 deletions
|
@ -319,7 +319,7 @@ impl<T: fmt::Debug> fmt::Debug for AssertUnwindSafe<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[unstable(feature = "futures_api", issue = "50547")]
|
||||
#[stable(feature = "futures_api", since = "1.36.0")]
|
||||
impl<F: Future> Future for AssertUnwindSafe<F> {
|
||||
type Output = F::Output;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue