rust/library/core
Matthias Krüger 2df731d586
Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se
core/slice: Mark some `split_off` variants unstably const

Tracking issue: #138539

Add feature gate `#![feature(const_split_off_first_last)]`
Mark `split_off_first`, `split_off_first_mut`, `split_off_last`, and `split_off_last_mut` slice methods unstably const
2025-03-19 16:52:55 +01:00
..
src Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se 2025-03-19 16:52:55 +01:00
Cargo.toml Migrate core to Rust 2024 2025-03-11 09:46:34 -07:00