Skip to content

Commit

Permalink
forgot to include change in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Apr 25, 2024
1 parent b1c3206 commit 4c61bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ function generate_mainbody!(mod, found, expr::Expr, warn)
end

function generate_assign(left, right)
right_expr = :($(TrackedValue)($right))
tilde_expr = generate_tilde(left, right_expr)
return quote
if $(is_extracting_values)(__context__)
Expand Down

0 comments on commit 4c61bcf

Please sign in to comment.