]> git.lizzy.rs Git - rust.git/commit
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)
commit39d2639f819ee80ba2b4e2c1ad0fd40955dd30e5
treeef1d8381430a8b2f43232feae6224e01aa85ca09
parent6eeb981a580a630b3359d2ad46f0b086dcfa1681
parent5372e66884b7962acfce99d5dd8aef7e48d0257e
Rollup merge of #107445 - Swatinem:rm-genfuture, r=cuviper

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`.