Rollup merge of #98718 - yoshuawuyts:stabilize-into-future, r=yaahc
Stabilize `into_future` https://github.com/rust-lang/rust/issues/67644 has been labeled with [S-tracking-ready-to-stabilize](https://github.com/rust-lang/rust/labels/S-tracking-ready-to-stabilize) - which mentions someone needs to file a stabilization PR. So hence this PR! ✨ Thanks! Closes https://github.com/rust-lang/rust/issues/67644 r? ``@joshtriplett``
This commit is contained in:
commit
9c6bcb60f3
3 changed files with 6 additions and 16 deletions
|
|
@ -1,8 +1,6 @@
|
|||
// run-pass
|
||||
// aux-build: issue-72470-lib.rs
|
||||
// edition:2021
|
||||
#![feature(into_future)]
|
||||
|
||||
extern crate issue_72470_lib;
|
||||
use std::{future::{Future, IntoFuture}, pin::Pin};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue