mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Consistent naming for "elem_layout"
This commit is contained in:
parent
40c742d74d
commit
a44016a56b
2 changed files with 8 additions and 14 deletions
|
@ -1299,7 +1299,7 @@ impl<
|
|||
dst: &Symbol,
|
||||
capacity: Symbol,
|
||||
capacity_layout: InLayout<'a>,
|
||||
element_layout: InLayout<'a>,
|
||||
elem_layout: InLayout<'a>,
|
||||
ret_layout: &InLayout<'a>,
|
||||
) {
|
||||
// List alignment argument (u32).
|
||||
|
@ -1312,7 +1312,7 @@ impl<
|
|||
);
|
||||
|
||||
// Load element_width argument (usize).
|
||||
self.load_layout_stack_size(element_layout, Symbol::DEV_TMP2);
|
||||
self.load_layout_stack_size(elem_layout, Symbol::DEV_TMP2);
|
||||
|
||||
// Setup the return location.
|
||||
let base_offset = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue