https://issues.dlang.org/show_bug.cgi?id=22020
Steven Dwy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Steven Dwy <[email protected]> --- I have encountered this with DMD 2.100.0. It seems to be caused by passing pointers/slices to `std.format`: ``` void main() { import std.format; string x = "%s".format(null); } ``` Run with `dmd -profile -run file.d`. Other flags seem to have no effect. --
