mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
rename var
This commit is contained in:
parent
e463afe0d9
commit
b78e63ae19
1 changed files with 2 additions and 2 deletions
|
@ -3810,7 +3810,7 @@ fn run_task<'a>(
|
||||||
ident_ids,
|
ident_ids,
|
||||||
declarations,
|
declarations,
|
||||||
dep_idents,
|
dep_idents,
|
||||||
imported_modules: unused_imports,
|
imported_modules,
|
||||||
} => Ok(run_solve(
|
} => Ok(run_solve(
|
||||||
module,
|
module,
|
||||||
ident_ids,
|
ident_ids,
|
||||||
|
@ -3822,7 +3822,7 @@ fn run_task<'a>(
|
||||||
var_store,
|
var_store,
|
||||||
declarations,
|
declarations,
|
||||||
dep_idents,
|
dep_idents,
|
||||||
unused_imports,
|
imported_modules,
|
||||||
)),
|
)),
|
||||||
BuildPendingSpecializations {
|
BuildPendingSpecializations {
|
||||||
module_id,
|
module_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue