mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +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::*;
|
use roc_mono::ir::Expr::*;
|
||||||
|
|
||||||
match 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),
|
Call(call) => build_exp_call(env, layout_ids, scope, parent, layout, call),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue