mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 07:12:34 +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.