async-await: mutually recursive functions compile sometimes #64004
Labels
A-async-await
Area: Async & Await
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
In the following code:
This gives an error when it is a part of a
lib
crate. However, as a part of abin
crate, it compiles.Here's an erroneously compiling playground link and a correctly erroring playground link
The text was updated successfully, but these errors were encountered: