mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Wrap toEncoder derivers in Encode.custom for now
This commit is contained in:
parent
6f9b3553e4
commit
a17748ea01
2 changed files with 10 additions and 3 deletions
|
@ -145,7 +145,7 @@ fn check_derived_typechecks_and_golden(
|
|||
test_module,
|
||||
&mut test_subs,
|
||||
pending_abilities,
|
||||
exposed_for_module,
|
||||
&exposed_for_module,
|
||||
&mut def_types,
|
||||
&mut rigid_vars,
|
||||
);
|
||||
|
@ -165,6 +165,7 @@ fn check_derived_typechecks_and_golden(
|
|||
default_aliases(),
|
||||
abilities_store,
|
||||
Default::default(),
|
||||
&exposed_for_module.exposed_by_module,
|
||||
Default::default(),
|
||||
);
|
||||
let subs = solved_subs.inner_mut();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue