mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 15:10:38 +00:00
Correct the const stabilization of `last_chunk` for slices `<[T]>::last_chunk` should have become const stable as part of <https://github.com/rust-lang/rust/pull/117561>. Update the const stability gate to reflect this.