https://issues.dlang.org/show_bug.cgi?id=22368
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/phobos pull request #8265 "Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn" was merged into master: - b612caa1625aafb79c88e20a24876d8aac8dac7a by MoonlightSentinel: 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 --
