https://issues.dlang.org/show_bug.cgi?id=22386
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #8273 "Fix 22386 - Omit unreachable throw in assertThrown with noreturn value" fixing this issue: - Fix 22386 - Omit unreachable throw in assertThrown with noreturn value The lazy value will throw or never return at all and hence never reach the additional throw statement. https://github.com/dlang/phobos/pull/8273 --
