https://issues.dlang.org/show_bug.cgi?id=21821

Mathias LANG <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Mathias LANG <[email protected]> ---
Where is this specified ? `immutable` should never change, that's the point!
I've never seen, nor heard, that `immutable` could be violated in `@system`.
This code in `core.lifetime` exhibits UB and should be changed to apply
`immutable` after the `memcpy`, e.g. as `assummeUnique` does.

--

Reply via email to