https://issues.dlang.org/show_bug.cgi?id=22364
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #8264 "Fix 22364 - Omit unreachable `return` in collectException[Msg]..." fixing this issue: - Fix 22364 - Omit unreachable `return` in collectException[Msg]... ...when instantiated with `noreturn`. DMD is able to determine that a lazy `noreturn` expression will interrupt the normal control flow (throw / halt / ...) s.t. it never reaches the `return`. https://github.com/dlang/phobos/pull/8264 --
