Store specialized lookup variables in expects

This commit is contained in:
Ayaz Hafiz 2022-12-14 15:14:00 -06:00
parent 9d5f2aa138
commit 16209ef866
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 74 additions and 14 deletions

View file

@ -2586,6 +2586,7 @@ pub fn build_exp_stmt<'a, 'ctx, 'env>(
condition: cond_symbol,
region,
lookups,
variables: _, // TODO
remainder,
} => {
let bd = env.builder;
@ -2654,6 +2655,7 @@ pub fn build_exp_stmt<'a, 'ctx, 'env>(
condition: cond_symbol,
region,
lookups,
variables: _, // TODO
remainder,
} => {
let bd = env.builder;