mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix compile errors
This commit is contained in:
parent
9760462ec5
commit
9a01117536
5 changed files with 129 additions and 18 deletions
|
@ -158,6 +158,7 @@ fn check_derived_typechecks_and_golden(
|
|||
std::env::set_var(roc_debug_flags::ROC_PRINT_UNIFICATIONS_DERIVED, "1")
|
||||
);
|
||||
let (mut solved_subs, _, problems, _) = roc_solve::module::run_solve(
|
||||
test_module,
|
||||
&constraints,
|
||||
constr,
|
||||
RigidVariables::default(),
|
||||
|
@ -259,7 +260,7 @@ where
|
|||
},
|
||||
);
|
||||
|
||||
let (_derived_symbol, derived_def, specialization_lsets) =
|
||||
let (derived_symbol, derived_def, specialization_lsets) =
|
||||
derived_module.get_or_insert(&exposed_by_module, key);
|
||||
let derived_symbol = *derived_symbol;
|
||||
let specialization_lsets = specialization_lsets.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue