rust/compiler/rustc_const_eval
bors 29c5a028b0 Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk
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`
2022-07-19 16:33:45 +00:00
..
src Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk 2022-07-19 16:33:45 +00:00
Cargo.toml