Build erased types

This commit is contained in:
Ayaz Hafiz 2023-07-06 15:32:42 -05:00
parent b8c1436a75
commit e1c88c6101
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 55 additions and 8 deletions

View file

@ -61,7 +61,6 @@ pub fn pointer_type_expecting_layout<'a, 'ctx>(
pub fn build<'a, 'ctx>(
env: &Env<'a, 'ctx, '_>,
layout_interner: &STLayoutInterner<'a>,
lambda_name: LambdaName<'a>,
function_ptr_type: PointerType<'ctx>,
) -> BasicValueEnum<'ctx> {