mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
add reuse info to normal Tag ir constructor
This commit is contained in:
parent
c4b0a2ec29
commit
463f739c06
8 changed files with 94 additions and 16 deletions
|
@ -1325,6 +1325,7 @@ fn expr_spec<'a>(
|
|||
tag_layout,
|
||||
tag_id,
|
||||
arguments,
|
||||
reuse: _,
|
||||
} => {
|
||||
let data_id = build_tuple_value(builder, env, block, arguments)?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue