mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Store layouts in a layout-buffer for expects
This commit is contained in:
parent
3d73e33b49
commit
bba6e36a18
8 changed files with 67 additions and 30 deletions
|
@ -1207,7 +1207,7 @@ impl<'a, 'i> Context<'a, 'i> {
|
|||
condition: *condition,
|
||||
region: *region,
|
||||
lookups,
|
||||
layouts,
|
||||
layouts: *layouts,
|
||||
remainder: b,
|
||||
});
|
||||
|
||||
|
@ -1231,7 +1231,7 @@ impl<'a, 'i> Context<'a, 'i> {
|
|||
condition: *condition,
|
||||
region: *region,
|
||||
lookups,
|
||||
layouts,
|
||||
layouts: *layouts,
|
||||
remainder: b,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue