[Issue 22369] Unreachable statements in std.concurrency with noreturn values / callbacks
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 8 19:01:20 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22369
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@MoonlightSentinel created dlang/phobos pull request #8266 "Fix 22369 - Omit
unreachable statements in std.concurrency" fixing this issue:
- Fix 22369 - Omit unreachable statements in std.concurrency
Instantiating these templates with noreturn values / callbacks causes
the versioned statements to become unreachable.
https://github.com/dlang/phobos/pull/8266
--
More information about the Digitalmars-d-bugs
mailing list