mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

interpret: make some large types not Copy Also remove some unused trait impls (mostly HashStable). This didn't find any unnecessary copies that I managed to avoid, but it might still be better to require explicit clone for these types? Not sure. r? `@oli-obk`