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

Remove feature(impl_trait_projections) from async traits. #503

Closed
wants to merge 1 commit into from

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Sep 7, 2023

It's possible async_fn_in_traits will get stabilized before impl_trait_projections (see zulip thread).

Trying out whether it's feasible to use async_fn_in_traits only. Do not merge yet. Since it makes the code a bit uglier, we should only merge this if indeed async_fn_in_traits gets stabilized before impl_trait_projections.

EDIT: maybe impl_trait_projections does get stabilized before AFIT: rust-lang/rust#115659

@Dirbaio Dirbaio requested a review from a team as a code owner September 7, 2023 17:14
@Dirbaio Dirbaio marked this pull request as draft September 7, 2023 17:14
@Dirbaio
Copy link
Member Author

Dirbaio commented Oct 2, 2023

impl_trait_projections will be stable on 1.75, so this is not needed anymore.

@Dirbaio Dirbaio closed this Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant