mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
fix silent merge request wrt record accessors
This commit is contained in:
parent
ad84e02abf
commit
3417a0e059
3 changed files with 4 additions and 4 deletions
|
@ -2389,7 +2389,7 @@ fn from_can_let<'a>(
|
|||
|
||||
lower_rest!(variable, cont.value)
|
||||
}
|
||||
Accessor(accessor_data) => {
|
||||
RecordAccessor(accessor_data) => {
|
||||
let fresh_record_symbol = env.unique_symbol();
|
||||
let closure_data = accessor_data.to_closure_data(fresh_record_symbol);
|
||||
debug_assert_eq!(*symbol, closure_data.name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue