mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
switching constraint order fixes things
This commit is contained in:
parent
557c3987e0
commit
2756c9af35
5 changed files with 74 additions and 106 deletions
|
@ -5649,8 +5649,6 @@ fn build_pending_specializations<'a>(
|
|||
|
||||
let is_host_exposed = exposed_to_host.top_level_values.contains_key(&symbol);
|
||||
|
||||
// TODO remove clones (with drain)
|
||||
let annotation = declarations.annotations[index].clone();
|
||||
let body = declarations.expressions[index].clone();
|
||||
|
||||
let tag = declarations.declarations[index];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue