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

alloc: add unstable cfg features no_rc and no_sync #89891

Merged
merged 1 commit into from
Sep 21, 2022

Commits on Aug 26, 2022

  1. alloc: add unstable cfg features no_rc and no_sync

    In Rust for Linux we are using these to make `alloc` a bit
    more modular.
    
    A `run-make-fulldeps` test is added for each of them, so that
    enabling each of them independently is kept in a compilable state.
    
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    614c2e4 View commit details
    Browse the repository at this point in the history