mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
PR #101224 added support for async fn in trait desuraging behind the return_position_impl_trait_in_trait feature. Split this out so that it's behind its own feature gate, since async fn in trait doesn't need to follow the same stabilization schedule.