mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
WIP
This commit is contained in:
parent
3c8d675378
commit
9476f63e07
4 changed files with 55 additions and 20 deletions
|
@ -454,7 +454,10 @@ impl<'a> Context<'a> {
|
|||
}
|
||||
|
||||
HigherOrderLowLevel {
|
||||
op, closure_layout, ..
|
||||
op,
|
||||
closure_layout,
|
||||
specialization_id,
|
||||
..
|
||||
} => {
|
||||
macro_rules! create_call {
|
||||
($borrows:expr) => {
|
||||
|
@ -464,6 +467,7 @@ impl<'a> Context<'a> {
|
|||
op: *op,
|
||||
closure_layout: *closure_layout,
|
||||
function_owns_closure_data: true,
|
||||
specialization_id: *specialization_id,
|
||||
}
|
||||
} else {
|
||||
call_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue