summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-10-02 14:37:34 -0700
committerGitHub <noreply@github.com>2023-10-02 14:37:34 -0700
commitc6bb73101e3de8b5f15d9763a468f0e93770d7f2 (patch)
tree5dc7af66872a131311087a5e8e71eec63a03788e /RELEASES.md
parentd128b8ba10a1949bbac7794c77a2738db76e2229 (diff)
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>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md5
1 files 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>