mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
parent
928d1bba6c
commit
d99fda3845
1 changed files with 2 additions and 0 deletions
|
@ -892,6 +892,8 @@ fn canonicalize_pending_def<'a>(
|
||||||
let (mut loc_can_expr, can_output) =
|
let (mut loc_can_expr, can_output) =
|
||||||
canonicalize_expr(env, var_store, scope, loc_expr.region, &loc_expr.value);
|
canonicalize_expr(env, var_store, scope, loc_expr.region, &loc_expr.value);
|
||||||
|
|
||||||
|
output.references = output.references.union(can_output.references.clone());
|
||||||
|
|
||||||
// reset the tailcallable_symbol
|
// reset the tailcallable_symbol
|
||||||
env.tailcallable_symbol = outer_identifier;
|
env.tailcallable_symbol = outer_identifier;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue