https://issues.dlang.org/show_bug.cgi?id=23965
--- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #15373 "merge stable" was merged into master: - b358cebfa64f3bab300f549883dc703a2f55d6a4 by Teodor Dutu: Fix Issue 23965 - Disable deprecation checks for DRuntime hooks (#15315) Lowerings to runtime hooks can be made from deprecated contexts, which results in incorrect deprecation messages of the deprecated context calling an undeprecated hook. Since hooks aren't going to be deprecated, this check may be disabled. Signed-off-by: Teodor Dutu <[email protected]> https://github.com/dlang/dmd/pull/15373 --
