[Issue 22368] has[Unshared]Aliasing fails to instantiate for noreturn
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 8 19:01:19 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22368
--- Comment #2 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 22368 - has[Unshared]Aliasing fails to instantiate for noreturn
The problem was that `noreturn` matched the special case for `Rebindable`
because the bottom type is implicitly convertible to any type.
https://github.com/dlang/phobos/pull/8266
--
More information about the Digitalmars-d-bugs
mailing list