[Issue 22368] has[Unshared]Aliasing fails to instantiate for noreturn
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 8 17:25:02 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22368
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 #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
--
More information about the Digitalmars-d-bugs
mailing list