https://issues.dlang.org/show_bug.cgi?id=19769
Ali Cehreli <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Ali Cehreli <[email protected]> --- Similar: import std.string; struct S { int i = void; } void main() { auto s = S(42); auto f = format!"%s"(s); } Error: cannot read uninitialized variable `i` in CTFE --
