mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
73b5a59c22
This requires making the `deref_addrof` lint a late lint instead of an early lint to check for types. changelog: [`deref_addrof`]: do not suggest implicit `DerefMut` on `ManuallyDrop` union fields Fix rust-lang/rust-clippy#14386