fix function name

This commit is contained in:
Folkert 2022-01-27 22:26:44 +01:00
parent e31532360b
commit ee151c8f94

View file

@ -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,