https://issues.dlang.org/show_bug.cgi?id=22368
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/phobos pull request #8265 "Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn" 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/8265 --
