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