mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
d85df44e8d
As we did with `Box`, we can allocate an uninitialized `Rc` or `Arc` beforehand, giving the optimizer a chance to skip the local value for regular clones, or avoid any local altogether for `T: Copy`.