mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
various
This commit is contained in:
parent
d7c1be6a44
commit
c019ced31d
9 changed files with 819 additions and 1301 deletions
|
@ -1108,7 +1108,7 @@ fn deep_copy_type_vars<C: CopyEnv>(
|
|||
}
|
||||
for uls_index in unspecialized {
|
||||
let Uls(var, _, _) = env.source()[uls_index];
|
||||
descend_var!(var);
|
||||
let _ignored = descend_var!(var);
|
||||
}
|
||||
let new_ambient_function = descend_var!(ambient_function);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue