mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
d6082292a6
Replace Copy/Clone compiler magic on arrays with library impls With const generics the compiler no longer needs to fake these impls.