https://issues.dlang.org/show_bug.cgi?id=21807
--- Comment #10 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12408 "Merge stable into master" was merged into master: - aea9ec8b1ce67f340a7a95564d3b2e8ae2de8d15 by MoonlightSentinel: Issue 21807 - Missing deprecation when slicing static array temporary... ...in class methods. The checks for such slices relied on `va` while actually just caring about the current type. This was broken by [1] which clears `va` for class members to detect escapes of delegates. This also applied to the checks for struct temporaries/literals. [1] https://github.com/dlang/dmd/pull/8008 https://github.com/dlang/dmd/pull/12408 --
