Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out async_fn_in_trait into a separate feature #100734

Merged
merged 1 commit into from
Sep 23, 2022

Commits on Sep 22, 2022

  1. Split out async_fn_in_trait into a separate feature

    PR rust-lang#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.
    ComputerDruid committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d0a0749 View commit details
    Browse the repository at this point in the history