June 19, 2020
https://issues.dlang.org/show_bug.cgi?id=20957

jacob <look.at.me.pee.please@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |look.at.me.pee.please@gmail
                   |                            |.com

--- Comment #1 from jacob <look.at.me.pee.please@gmail.com> ---
Void initializers on structs don't do what you think they do. The whole structure gets memcpy'd from the .init struct data. It just allows the compiler to insert whatever it wants for the data that is void initialized in the .init data.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20957

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--