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