aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/let_destructoring.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement destructoring of structsLibravatar René Kijewski2021-07-051-0/+107
This PR implements the destructoring of structs on the lhs of "let" and "for" statements.