https://issues.dlang.org/show_bug.cgi?id=22368
--- Comment #2 from Dlang Bot <[email protected]> --- @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 --
