mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Constrain and solve import params
No reporting yet
This commit is contained in:
parent
c541dd5747
commit
5ec4b042bb
18 changed files with 238 additions and 26 deletions
|
@ -2422,7 +2422,7 @@ fn canonicalize_pending_value_def<'a>(
|
|||
|
||||
let loc_expr = Loc::at(
|
||||
loc_pattern.region,
|
||||
Expr::ImportParams(Box::new(loc_record), module_id),
|
||||
Expr::ImportParams(Box::new(loc_record), var_store.fresh(), module_id),
|
||||
);
|
||||
|
||||
let def = single_can_def(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue