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

Stabilize hint::assert_unchecked #123588

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jun 19, 2024

  1. Update documentation for hint::assert_unchecked

    Rearrange the sections and add an example to
    `core::hint::assert_unchecked`.
    tgross35 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d356c68 View commit details
    Browse the repository at this point in the history
  2. Stabilize hint_assert_unchecked

    Make both `hint_assert_unchecked` and `const_hint_assert_unchecked`
    stable as `hint_assert_unchecked`.
    tgross35 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5745c22 View commit details
    Browse the repository at this point in the history