mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix set_shared_int_list for LLVM
This commit is contained in:
parent
8a26cac3f2
commit
d0a1adfef9
2 changed files with 5 additions and 3 deletions
|
@ -1088,6 +1088,7 @@ fn call_with_args<'a, 'ctx, 'env>(
|
|||
}
|
||||
}
|
||||
Symbol::LIST_SET => {
|
||||
// List.set : List elem, Int, elem -> List elem
|
||||
let builder = env.builder;
|
||||
|
||||
debug_assert!(args.len() == 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue