mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-16 14:09:28 +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.