mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Store specialized lookup variables in expects
This commit is contained in:
parent
9d5f2aa138
commit
16209ef866
6 changed files with 74 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue