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

Modernize alloc-no-oom-handling test #95219

Merged
merged 1 commit into from
Mar 23, 2022

Commits on Mar 22, 2022

  1. Modernize alloc-no-oom-handling test

      - The edition should be 2021 to avoid warnings.
    
      - The `external_crate` feature was removed in commit 45bf1ed
        ("rustc: Allow changing the default allocator").
    
        Note that commit d620ae1 ("Auto merge of rust-lang#84266") removed
        the old test, but the new one introduced passed the `--cfg` like
        in the old one.
    
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ojeda committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    0d12a30 View commit details
    Browse the repository at this point in the history