This commit is contained in:
J.Teeuwissen 2023-04-26 20:23:30 +02:00
parent 804e617497
commit b4f65ad8cf
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
2 changed files with 13 additions and 13 deletions

View file

@ -1260,7 +1260,7 @@ pub(crate) fn run_low_level<'a, 'ctx, 'env>(
"cast_to_i8_ptr",
);
call_bitcode_fn(env, &[ptr.into()], &bitcode::UTILS_IS_UNIQUE)
call_bitcode_fn(env, &[ptr.into()], bitcode::UTILS_IS_UNIQUE)
}
Unreachable => match RocReturn::from_layout(env, layout_interner, layout) {