mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 15:49:24 +00:00
`IntoFuture::into_future` is no longer unstable We don't need to gate the `IntoFuture::into_future` call in `.await` lowering anymore. ``@bors`` rollup