This commit is contained in:
Luke Boswell 2024-12-07 20:36:31 +11:00
parent 6ddb65d529
commit f6f2830bac
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -736,7 +736,7 @@ pub fn build_compare_wrapper<'a, 'ctx>(
};
env.arena
.alloc([value1.into(), value2.into(), closure_data.into()])
.alloc([value1.into(), value2.into(), closure_data])
as &[BasicMetadataValueEnum]
}
};