Skip to content

Commit 9565e8d

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 1db56fb + 5cb9e31 commit 9565e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASES.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Language
88
- [Document Rust ABI compatibility between various types](https://github.com/rust-lang/rust/pull/115476/)
99
- [Also: guarantee that char and u32 are ABI-compatible](https://github.com/rust-lang/rust/pull/118032/)
1010
- [Warn against ambiguous wide pointer comparisons](https://github.com/rust-lang/rust/pull/117758/)
11+
- [Add lint `ambiguous_wide_pointer_comparisons` that supersedes `clippy::vtable_address_comparisons`](https://github.com/rust-lang/rust/pull/117758)
1112

1213
<a id="1.76.0-Compiler"></a>
1314

0 commit comments

Comments
 (0)