https://issues.dlang.org/show_bug.cgi?id=16535
Jack Stouffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jack Stouffer <[email protected]> --- Currently, stdout.writeln("a") should be unsafe. This is another example of the root cause of both https://issues.dlang.org/show_bug.cgi?id=15768 and https://issues.dlang.org/show_bug.cgi?id=13727 The root cause being that large parts of std.stdio are not, in reality, memory safe and are still marked as @trusted. --
