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. #1872

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 force-pushed the remove-itp branch 3 times, most recently from a0f297c to db6d623 Compare September 7, 2023 17:55
Copy link
Member

@lulf lulf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My vote goes to sitting quiet in the boat for a while :)

@Dirbaio
Copy link
Member Author

Dirbaio commented Sep 15, 2023

bender run

@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 Oct 2, 2023
@Dirbaio Dirbaio deleted the remove-itp branch October 11, 2023 11:42
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.

2 participants