diff --git a/compiler/gen_llvm/src/llvm/build.rs b/compiler/gen_llvm/src/llvm/build.rs index 1947e4fd11..64432ddd7f 100644 --- a/compiler/gen_llvm/src/llvm/build.rs +++ b/compiler/gen_llvm/src/llvm/build.rs @@ -3547,7 +3547,7 @@ fn expose_function_to_host_help_c_abi_gen_test<'a, 'ctx, 'env>( c_function } -fn expose_function_to_host_help_c_abi_xx<'a, 'ctx, 'env>( +fn expose_function_to_host_help_c_abi<'a, 'ctx, 'env>( env: &Env<'a, 'ctx, 'env>, roc_function: FunctionValue<'ctx>, arguments: &[Layout<'a>], @@ -3662,7 +3662,7 @@ fn expose_function_to_host_help_c_abi<'a, 'ctx, 'env>( &format!("{}_generic", c_function_name), ); - let c_function = expose_function_to_host_help_c_abi_xx( + let c_function = expose_function_to_host_help_c_abi( env, roc_function, arguments,