mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Update List.dropAt to no longer use Nat
This commit is contained in:
parent
4a870c8ee0
commit
a8918a4e3b
4 changed files with 17 additions and 12 deletions
|
@ -1991,7 +1991,7 @@ trait Backend<'a> {
|
|||
// list: RocList,
|
||||
// alignment: u32,
|
||||
// element_width: usize,
|
||||
// drop_index: usize,
|
||||
// drop_index: u64,
|
||||
// dec: Dec,
|
||||
|
||||
self.build_fn_call(
|
||||
|
@ -2008,7 +2008,7 @@ trait Backend<'a> {
|
|||
list_layout,
|
||||
Layout::U32,
|
||||
layout_usize,
|
||||
layout_usize,
|
||||
Layout::U64,
|
||||
layout_usize,
|
||||
],
|
||||
ret_layout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue