mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 10:00:37 +00:00
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`.