https://issues.dlang.org/show_bug.cgi?id=21949
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel updated dlang/dmd pull request #12559 "Fix 21949 - Implement conversion/covariance rules for TypeNoreturn" fixing this issue: - Fix 21949 - Implement conversion/covariance rules for TypeNoreturn Ensure that `TypeNoreturn.implicitConv` and `TypeNoreturn.constConv` always return `Match.convert` for other types because the bottom type is convertible to any type. Also make `covariant` accept `TypeNoreturn` as a substitute for any other type because the return value will never actually be returned. This behaviour is explicitly specified by DIP 1034. https://github.com/dlang/dmd/pull/12559 --
