mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix: needs a third argument
This commit is contained in:
parent
b34436e5cb
commit
74f76fc97b
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
use roc_mono::ir::Expr::*;
|
||||
|
||||
match expr {
|
||||
Literal(literal) => build_exp_literal(env, literal),
|
||||
Literal(literal) => build_exp_literal(env, layout, literal),
|
||||
|
||||
Call(call) => build_exp_call(env, layout_ids, scope, parent, layout, call),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue