Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the const stabilization of <[T]>::last_chunk #128619

Merged
merged 1 commit into from
Aug 5, 2024

Commits on Aug 4, 2024

  1. Correct the const stabilization of <[T]>::last_chunk

    `<[T]>::first_chunk` became const stable in 1.77, but `<[T]>::last_chunk` was
    left out. This was fixed in 3488679, which reached stable in 1.80,
    making `<[T]>::last_chunk` const stable as of that version, but it is
    documented as being const stable as 1.77. While this is what should have
    happened, the documentation should reflect what actually did happen.
    glandium committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    70ab51f View commit details
    Browse the repository at this point in the history