mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Use constant over string literal
This commit is contained in:
parent
f8eec65229
commit
15969af53c
1 changed files with 1 additions and 1 deletions
|
@ -6059,7 +6059,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
roc_target::PtrWidth::Bytes8 => {
|
||||
let func = env
|
||||
.module
|
||||
.get_function("roc_builtins.utils.expect_failed")
|
||||
.get_function(bitcode::UTILS_EXPECT_FAILED)
|
||||
.unwrap();
|
||||
let callable = CallableValue::try_from(func).unwrap();
|
||||
let start_line = context.i32_type().const_int(0, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue