https://issues.dlang.org/show_bug.cgi?id=23111
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Dennis <[email protected]> --- The dip1000 flag was put in place to avoid code breakage. Still allowing slices to static arrays allocated on the stack in @safe code was a deliberate decision. This will be fixed by the dip1000 by default transition in 2.101, and the snippet already doesn't compile anymore on master (though it might be reduced to a deprecation for this release). --
