https://issues.dlang.org/show_bug.cgi?id=22383
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg --- Comment #1 from [email protected] --- The underlying issue is that isAutodecodableString(noreturn[]) is currently true. This causes the referenced front and popFront to call the string decoding routines which reject noreturn[]. --
