From c6bb73101e3de8b5f15d9763a468f0e93770d7f2 Mon Sep 17 00:00:00 2001
From: Josh Stone <cuviper@gmail.com>
Date: Mon, 2 Oct 2023 14:37:34 -0700
Subject: [PATCH] Apply suggestions for 1.73.0 relnotes

Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
---
 RELEASES.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/RELEASES.md b/RELEASES.md
index 955f23a84a3..9442078db2f 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -11,8 +11,9 @@ Language
 - [Make `noop_method_call` warn by default.](https://github.com/rust-lang/rust/pull/111916/)
 - [Support interpolated block for `try` and `async` in macros.](https://github.com/rust-lang/rust/pull/112953/)
 - [Mention style for new syntax in tracking issue template.](https://github.com/rust-lang/rust/pull/113586/)
-- [Make `unconditional_recursion` warning detect recursive drops.](https://github.com/rust-lang/rust/pull/113902/)
-- [Warn on inductive cycle in coherence leading to impls being considered not overlapping.](https://github.com/rust-lang/rust/pull/114023/)
+- [Make `unconditional_recursion` lint detect recursive drops.](https://github.com/rust-lang/rust/pull/113902/)
+- [Future compatibility warning for some impls being incorrectly considered not overlapping.](https://github.com/rust-lang/rust/pull/114023/)
+ - [The `invalid_reference_casting` lint is now **deny-by-default** (instead of allow-by-default)](https://github.com/rust-lang/rust/pull/112431)
 
 <a id="1.73.0-Compiler"></a>