mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fix another merge conflict
This commit is contained in:
parent
be214b7931
commit
d222be95b3
2 changed files with 2 additions and 2 deletions
|
@ -1301,7 +1301,7 @@ fn build_box_eq<'a, 'ctx, 'env>(
|
|||
let function = match env.module.get_function(fn_name.as_str()) {
|
||||
Some(function_value) => function_value,
|
||||
None => {
|
||||
let arg_type = basic_type_from_layout_1(env, box_layout);
|
||||
let arg_type = basic_type_from_layout(env, box_layout);
|
||||
|
||||
let function_value = crate::llvm::refcounting::build_header_help(
|
||||
env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue