mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-24 14:32:21 +03:00
9ff502029d
This patch adds `core::future::IntoFuture`. However unlike earlier PRs this patch does not integrate it into the `async/.await` lowering. That integration should be done in a follow-up PR.