fix silent merge request wrt record accessors

This commit is contained in:
Folkert 2023-01-25 00:02:19 +01:00
parent ad84e02abf
commit 3417a0e059
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 4 additions and 4 deletions

View file

@ -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(