Suggest async_recursion crate when writing a recursive async fn #81907
Labels
A-async-await
Area: Async & Await
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
We should suggest the use of https://docs.rs/async-recursion/0.3.2/async_recursion/ when writing
which currently only says:
The text was updated successfully, but these errors were encountered: