store the layout of a function passed to a lowlevel

This commit is contained in:
Folkert 2021-05-15 20:54:26 +02:00
parent 27a6a179da
commit 357f93a2ee
6 changed files with 72 additions and 33 deletions

View file

@ -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);