mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:49:25 +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?