mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
store the layout of a function passed to a lowlevel
This commit is contained in:
parent
27a6a179da
commit
357f93a2ee
6 changed files with 72 additions and 33 deletions
|
@ -407,7 +407,10 @@ impl<'a> BorrowInfState<'a> {
|
|||
self.own_args(arguments);
|
||||
}
|
||||
|
||||
LowLevel { op } => {
|
||||
LowLevel {
|
||||
op,
|
||||
opt_closure_layout: _,
|
||||
} => {
|
||||
// very unsure what demand RunLowLevel should place upon its arguments
|
||||
self.own_var(z);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue