mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
8eac6d2333
Handle Deref expressions in invalid_reference_casting Similar to https://github.com/rust-lang/rust/pull/124908 See https://github.com/rust-lang/rust/issues/124951 for context; this PR fixes the last of the known false postiive cases with this lint that we encounter in Crater.