mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
39d2639f81
Remove `GenFuture` from core The handling of async constructs in the compiler does not rely on `GenFuture` anymore since `1.67`, so this code can now be removed from `core`.