mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
commit
7c61d0d278
10 changed files with 273 additions and 47 deletions
|
@ -927,6 +927,14 @@ fn fix_values_captured_in_closure_pattern(
|
|||
);
|
||||
}
|
||||
}
|
||||
As(subpattern, _) => {
|
||||
fix_values_captured_in_closure_pattern(
|
||||
&mut subpattern.value,
|
||||
no_capture_symbols,
|
||||
closure_captures,
|
||||
);
|
||||
}
|
||||
|
||||
Identifier(_)
|
||||
| NumLiteral(..)
|
||||
| IntLiteral(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue