about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2024-02-08 11:01:33 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2024-02-08 11:01:33 -0500
commit5cb9e318c81942ebb69f329f205f7a6ee82b6258 (patch)
treefe2f7a7cc2dbe17cdd74baf8a4581708996d652d /RELEASES.md
parent1280928a99ad3ef2c5735b42dc8852456ae3b974 (diff)
downloadrust-5cb9e318c81942ebb69f329f205f7a6ee82b6258.tar.gz
rust-5cb9e318c81942ebb69f329f205f7a6ee82b6258.zip
Add release note for new ambiguous_wide_pointer_comparisons lint
Diffstat (limited to 'RELEASES.md')
-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>