mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Coalesce
This commit is contained in:
parent
bd4f004cea
commit
9dac9e4bc2
15 changed files with 502 additions and 207 deletions
|
@ -667,7 +667,7 @@ fn fix_values_captured_in_closure_expr(
|
|||
}
|
||||
|
||||
// patterns can contain default expressions, so much go over them too!
|
||||
for (_, loc_pat) in arguments.iter_mut() {
|
||||
for (_, _, loc_pat) in arguments.iter_mut() {
|
||||
fix_values_captured_in_closure_pattern(&mut loc_pat.value, no_capture_symbols);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue