mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
add call spec counter
This commit is contained in:
parent
8799973ffe
commit
4f376bf4f8
5 changed files with 44 additions and 22 deletions
|
@ -1408,7 +1408,7 @@ fn compile_test_help<'a>(
|
|||
let test = Expr::Call(crate::ir::Call {
|
||||
call_type: crate::ir::CallType::LowLevel {
|
||||
op,
|
||||
update_mode: env.next_update_mode_id(op),
|
||||
update_mode: env.next_update_mode_id(),
|
||||
},
|
||||
arguments: arena.alloc([lhs, rhs]),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue