-
Notifications
You must be signed in to change notification settings - Fork 303
Announce async fn
and return-position impl Trait
in traits
#1180
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This turned out really nice @tmandry ! Great work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @nikomatsakis also mentioned, overall this looks really great, and it will be exciting to get this out with RPITIT and AFIT.
Co-authored-by: Travis Cross <[email protected]> Co-authored-by: Yosh <[email protected]> Co-authored-by: Niko Matsakis <[email protected]>
And add a note about why we don't warn on non-public traits.
cc @Mark-Simulacrum, since this will be linked from the release blog post |
Co-authored-by: Travis Cross <[email protected]>
After reading through it just felt too disruptive in the first section, and there isn't really a good place to put it. The FAQ still addresses the question.
And clarify footnote
Thanks for the feedback, everyone! I think this is ready to merge. |
@rust-lang/wg-async