mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
e713b2a00c
Use correct param-env in `MissingCopyImplementations` We shouldn't assume the param-env is empty for this lint, since although we check the struct has no parameters, there still may be trivial where-clauses. fixes #125394