mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
4912cc35af
1634: Implement .await completion for futures r=flodiebold a=eupn Closes #1263 with completion for `.await` syntax for types that are implementing `std::future::Future` trait. r? @flodiebold Co-authored-by: Evgenii P <eupn@protonmail.com>