mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
563eb04c5d
`IntoFuture::into_future` is no longer unstable We don't need to gate the `IntoFuture::into_future` call in `.await` lowering anymore. ``@bors`` rollup