switching constraint order fixes things

This commit is contained in:
Folkert 2023-07-24 21:24:21 +02:00
parent 557c3987e0
commit 2756c9af35
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 74 additions and 106 deletions

View file

@ -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];