mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +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
|
@ -309,12 +309,14 @@ impl<'a, 'r> Ctx<'a, 'r> {
|
|||
condition,
|
||||
region: _,
|
||||
lookups,
|
||||
variables: _,
|
||||
remainder,
|
||||
}
|
||||
| &Stmt::ExpectFx {
|
||||
condition,
|
||||
region: _,
|
||||
lookups,
|
||||
variables: _,
|
||||
remainder,
|
||||
} => {
|
||||
self.check_sym_layout(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue