mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +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 => {
|
roc_target::PtrWidth::Bytes8 => {
|
||||||
let func = env
|
let func = env
|
||||||
.module
|
.module
|
||||||
.get_function("roc_builtins.utils.expect_failed")
|
.get_function(bitcode::UTILS_EXPECT_FAILED)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let callable = CallableValue::try_from(func).unwrap();
|
let callable = CallableValue::try_from(func).unwrap();
|
||||||
let start_line = context.i32_type().const_int(0, false);
|
let start_line = context.i32_type().const_int(0, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue