https://issues.dlang.org/show_bug.cgi?id=18002
--- Comment #3 from anonymous4 <[email protected]> --- The message is not necessarily static and immutability is only a requirement of default druntime implementation of assert failure handler, so it should be enough for the assert failure handler to idup the string before passing it to AssertError constructor. --
