bigger tag size fixes

This commit is contained in:
Folkert 2021-07-24 13:36:06 +02:00
parent 2b84fd0009
commit 768c59f45d
4 changed files with 16 additions and 3 deletions

View file

@ -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);