mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Revert "Store layouts in a layout-buffer for expects"
This reverts commit bba6e36a18
.
This commit is contained in:
parent
bba6e36a18
commit
897b69b072
8 changed files with 30 additions and 67 deletions
|
@ -267,7 +267,7 @@ fn insert_jumps<'a>(
|
|||
condition: *condition,
|
||||
region: *region,
|
||||
lookups,
|
||||
layouts: *layouts,
|
||||
layouts,
|
||||
remainder: cont,
|
||||
})),
|
||||
None => None,
|
||||
|
@ -291,7 +291,7 @@ fn insert_jumps<'a>(
|
|||
condition: *condition,
|
||||
region: *region,
|
||||
lookups,
|
||||
layouts: *layouts,
|
||||
layouts,
|
||||
remainder: cont,
|
||||
})),
|
||||
None => None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue