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

Update async fn recursion pattern #226

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Update async fn recursion pattern #226

merged 1 commit into from
Oct 10, 2024

Conversation

VVsxmja
Copy link
Contributor

@VVsxmja VVsxmja commented Oct 9, 2024

Support for recursion in async fn has become stable in Rust 1.77. Related articles and examples are updated.

Reference: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#support-for-recursion-in-async-fn

Support for recursion in `async fn` has become stable in Rust 1.77.
Related articles and examples are updated.

Reference: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#support-for-recursion-in-async-fn
Copy link
Member

@nrc nrc left a comment

Choose a reason for hiding this comment

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

Thanks!

@nrc nrc merged commit c9e2e7a into rust-lang:master Oct 10, 2024
1 check passed
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