mirror of https://github.com/rust-lang/rust.git
Add release note for new ambiguous_wide_pointer_comparisons lint
This commit is contained in:
parent
1280928a99
commit
5cb9e318c8
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue