mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cleanup
This commit is contained in:
parent
f8dec9453b
commit
7735ca21ea
2 changed files with 1 additions and 34 deletions
|
@ -204,7 +204,7 @@ impl<'a, 'ctx, 'env> Env<'a, 'ctx, 'env> {
|
|||
|
||||
pub fn build_intrinsic_call(
|
||||
&self,
|
||||
intrinsic_name: &str,
|
||||
intrinsic_name: &'static str,
|
||||
args: &[BasicValueEnum<'ctx>],
|
||||
) -> CallSiteValue<'ctx> {
|
||||
let fn_val = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue