about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-08 20:35:00 +0100
committerGitHub <noreply@github.com>2024-02-08 20:35:00 +0100
commit9565e8d81e7de0e48ff6f1597c7346bf058e5368 (patch)
treebe52b7a63a801ad3058daabf4fa24e5d3f9ebc12
parent1db56fbe818ef01b8e437c91ff21a0cd25c791df (diff)
parent5cb9e318c81942ebb69f329f205f7a6ee82b6258 (diff)
downloadrust-9565e8d81e7de0e48ff6f1597c7346bf058e5368.tar.gz
rust-9565e8d81e7de0e48ff6f1597c7346bf058e5368.zip
Rollup merge of #120783 - integer32llc:improve-release-notes, r=Mark-Simulacrum
Add release note for new ambiguous_wide_pointer_comparisons lint

I found out about this new lint in Rust because I had code allowing the Clippy lint. Clippy alerted me to the lint name change, and I went searching for the new lint's name in the release notes and was surprised there wasn't an item for it.
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 038a83cde84..3751b15b361 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -8,6 +8,7 @@ Language
 - [Document Rust ABI compatibility between various types](https://github.com/rust-lang/rust/pull/115476/)
 - [Also: guarantee that char and u32 are ABI-compatible](https://github.com/rust-lang/rust/pull/118032/)
 - [Warn against ambiguous wide pointer comparisons](https://github.com/rust-lang/rust/pull/117758/)
+- [Add lint `ambiguous_wide_pointer_comparisons` that supersedes `clippy::vtable_address_comparisons`](https://github.com/rust-lang/rust/pull/117758)
 
 <a id="1.76.0-Compiler"></a>