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

Mark the unstable LazyCell::into_inner const #131712

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 14, 2024

  1. Mark LazyCell::into_inner unstably const

    Other cell `into_inner` functions are const and there shouldn't be any
    problem here. Make the unstable `LazyCell::into_inner` const under the
    same gate as its stability (`lazy_cell_into_inner`).
    
    Tracking issue: rust-lang#125623
    tgross35 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    373142a View commit details
    Browse the repository at this point in the history