mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +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
|
@ -5785,7 +5785,7 @@ fn build_pending_specializations<'a>(
|
|||
}
|
||||
|
||||
match body.value {
|
||||
roc_can::expr::Expr::Accessor(accessor_data) => {
|
||||
roc_can::expr::Expr::RecordAccessor(accessor_data) => {
|
||||
let fresh_record_symbol = mono_env.unique_symbol();
|
||||
let closure_data = accessor_data.to_closure_data(fresh_record_symbol);
|
||||
register_toplevel_function_into_procs_base(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue