https://issues.dlang.org/show_bug.cgi?id=22388
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/dmd pull request #13170 "Fix 22388 - Don't discard function safety when matching lambdas" fixing this issue: - Fix 22388 - Don't discard function safety when matching lambdas The code intended to copy the `TypeFunction` and change the return type but also dropped the safety level. https://github.com/dlang/dmd/pull/13170 --
