You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lowering: Insert QuoteNode for captured boxed value (#52596)
`Core.Box` is not self-quoting so it should be captured in a QuoteNode.
This has been benign until the improved effect system, we handle
`QuoteNode`
of a mutable value as a global access, whereas a direct reference to a
value
is treated as inaccessible memory.
Fixes#52531
---------
Co-authored-by: Gabriel Baraldi <[email protected]>
Co-authored-by: Shuhei Kadowaki <[email protected]>
(cherry picked from commit 1290b51)
0 commit comments