mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
807a5cefd2
Add const cloning of slices and tests As discussed in https://github.com/rust-lang/rust/pull/143628#discussion_r2390170336, splitting off slice cloning as a separate PR. r? @tgross35