mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Add module param identifiers to solve's scope
This commit is contained in:
parent
717463079a
commit
dd0e28240a
6 changed files with 45 additions and 3 deletions
|
@ -438,6 +438,7 @@ fn check_derived_typechecks_and_golden(
|
|||
pending_derives: Default::default(),
|
||||
exposed_by_module: &exposed_for_module.exposed_by_module,
|
||||
derived_module: Default::default(),
|
||||
params_pattern: None,
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
checkmate: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue