mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 20:42:18 +00:00
Do not consider `&mut *x` as mutating `x` in `CopyProp` This PR removes an unfortunate overly cautious case from the current implementation. Found by https://github.com/rust-lang/rust/pull/105274 cc `@saethlin`