mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Update List.reserve to no longer use Nat
This commit is contained in:
parent
e207a7ce53
commit
27474d4ed8
4 changed files with 14 additions and 8 deletions
|
@ -514,7 +514,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
// (return pointer) i32
|
||||
// list: RocList i32
|
||||
// alignment: u32 i32
|
||||
// spare: usize i32
|
||||
// spare: u64 i64
|
||||
// element_width: usize i32
|
||||
// update_mode: UpdateMode i32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue