https://issues.dlang.org/show_bug.cgi?id=13055
--- Comment #1 from [email protected] --- One of my intended usages for this function is to generate messages for exceptions in @nogc code. Chris Cain comments: > It's just stack-allocated this way isn't possible since the > exception can be thrown into a scope above your stack allocated > chars. --
