https://issues.dlang.org/show_bug.cgi?id=17073
--- Comment #3 from [email protected] --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5f490432785a36efea2cb4dcda0d3ebb036d6c21 Fix issue 17073 - Do not ignore the explicit initializers We don't really care about the _init being void-initialized when the user has supplied an explicit value for a given field of the aggregate. https://github.com/dlang/dmd/commit/ac7efd9fdff63645e6c9b0278a8307dd07e3bfc1 Merge pull request #6427 from LemonBoy/b17073 Fix issue 17073 - Do not ignore the explicit initializers merged-on-behalf-of: Martin Nowak <[email protected]> --
