https://issues.dlang.org/show_bug.cgi?id=22383
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #8275 "Fix 22383 - Reject noreturn[] as an autodecodable string" fixing this issue: - Fix 22383 - Reject noreturn[] as an autodecodable string `noreturn[]` does not contain characters and hence is not subject to autodecoding. The previous behaviour caused the range primitives (`put`, ...) to call into autodecoding related functions which couldn't handle `noreturn[]`. That error caused `isInputRange!(noreturn[])` to yield false. https://github.com/dlang/phobos/pull/8275 --
