mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
bigger tag size fixes
This commit is contained in:
parent
2b84fd0009
commit
768c59f45d
4 changed files with 16 additions and 3 deletions
|
@ -129,7 +129,6 @@ pub fn list_prepend<'a, 'ctx, 'env>(
|
|||
elem_layout: &Layout<'a>,
|
||||
) -> BasicValueEnum<'ctx> {
|
||||
let builder = env.builder;
|
||||
let ctx = env.context;
|
||||
|
||||
// Load the usize length from the wrapper.
|
||||
let len = list_len(builder, original_wrapper);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue