mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 14:57:06 +00:00
Make `missing_copy_implementations` more cautious - Fixes https://github.com/rust-lang/rust/issues/98348 - Also makes the lint not fire on large types and types containing raw pointers. Thoughts?