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

library: Move unstable API of new_uninit to new features #129416

Merged
merged 2 commits into from
Aug 25, 2024

Commits on Aug 24, 2024

  1. library: Move unstable API of new_uninit to new features

    - `new_zeroed` variants move to `new_zeroed_alloc`
    - the `write` fn moves to `box_uninit_write`
    
    The remainder will be stabilized in upcoming patches, as
    it was decided to only stabilize `uninit*` and `assume_init`.
    workingjubilee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9ccd7ab View commit details
    Browse the repository at this point in the history
  2. CI: rfl: move to temporary commit

    Link: rust-lang#129416
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda authored and workingjubilee committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    90b4e17 View commit details
    Browse the repository at this point in the history