Array destructuring and assignment
Open
destructuring
enhancement
incompleteness
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I found an issue with the array destructuring assigment (I checked and I didn't find it in the list):
`[res[i], res[j]] = [res[j], res[i]];`
returns
> unsupported expression pattern in destructuring: /home/...
Thanks for your amazing work by the way :)
Contributor guide
Assessment
This issue has not been assessed yet.