https://issues.dlang.org/show_bug.cgi?id=20149
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #23 from Rainer Schuetze <[email protected]> --- (In reply to Walter Bright from comment #22) > 1. how are you compiling it? I guess with -preview=dip1000 > 2. what do you expect to happen compared with what does happen? > (I compile it and no errors are emitted) This is the described problem. It should produce an error, a pointer to stack allocated memory is escaping. --
