Parameter pack assertion failure: This isn't an lvalue #78693
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
Description
Trying out some code related to #78671 on the 01/10/2025 developer snapshot that compiles fine in the 6.0.2 release, I'm hitting an assertion failure:
Reproduction
Stack dump
Expected behavior
I expect no crash (and I expect to be able to destructure the parameter pack in the tuple provided to
f
).Environment
Apple Swift version 6.2-dev (LLVM 81859ac55f8d09a, Swift 8ec8a12)
Additional information
No response
The text was updated successfully, but these errors were encountered: