Merge trunk

This commit is contained in:
Richard Feldman 2020-06-29 19:38:28 -04:00
parent baa3debae2
commit 8c96d12661
26 changed files with 2600 additions and 1093 deletions

View file

@ -1034,9 +1034,9 @@ mod when {
branch_result(indented_more)
),
|((patterns, guard), expr)| WhenBranch {
patterns: patterns,
patterns,
value: expr,
guard: guard
guard
}
);