mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
c32f2c7172
Add `AsyncFn*` to `core` prelude In https://github.com/rust-lang/rust/pull/132611 these got added to the `std` prelude only, which looks like an oversight. r? libs-api cc `@compiler-errors`