[Issue 22383] Array of bottom types not recognized as a range
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 13 16:58:42 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22383
moonlightsentinel at disroot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |moonlightsentinel at disroot.o
| |rg
--- Comment #1 from moonlightsentinel at disroot.org ---
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[].
--
More information about the Digitalmars-d-bugs
mailing list