mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
351ba39d54
Remove existing AFIDT implementation This experiment will need to be reworked differently; I don't think we'll be going with the `dyn* Future` approach that is currently implemented. r? oli-obk Fixes #136286 Fixes #137706 Fixes #137895 Tracking: * #133119