Extend async fn
test suite to account for ref mut?
patterns
#60509
Labels
A-async-await
Area: Async & Await
A-testsuite
Area: The testsuite used to check the correctness of rustc
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In #60501 the handling of
mut
patterns in arguments is fixed (#60498).However, the test suite should also be extended to account for:
and:
as well as nestings of those:
Please be creative in testing for combinatorial interactions when closing this issue :)
The text was updated successfully, but these errors were encountered: