mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix types
This commit is contained in:
parent
b3ccc905a4
commit
dac4d842d8
4 changed files with 11 additions and 2 deletions
|
@ -433,6 +433,9 @@ fn check_derived_typechecks_and_golden(
|
|||
pending_derives: Default::default(),
|
||||
exposed_by_module: &exposed_for_module.exposed_by_module,
|
||||
derived_module: Default::default(),
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
checkmate: None,
|
||||
};
|
||||
|
||||
let SolveOutput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue