https://issues.dlang.org/show_bug.cgi?id=14017
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- It's CTFE executed, so immutable is fine. Although I think it would be permissible for pure to be inferred here because of the auto return type. The bug is the opposite -- it should allow the char[] array to also be assigned. --
