]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107445 - Swatinem:rm-genfuture, r=cuviper
authorYuki Okushi <jtitor@2k36.org>
Tue, 31 Jan 2023 02:46:23 +0000 (11:46 +0900)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 02:46:23 +0000 (11:46 +0900)
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`.


Trivial merge