__arg variables from async fn desugaring are accessible to the user #60438
Labels
A-async-await
Area: Async & Await
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The fixes for #54716 and #60236 introduced
__arg
variables that, presently, are accessible to the user (playground):This code compiles, but it should error.
The text was updated successfully, but these errors were encountered: