Skip to content

uefi-services: Drop use of unstable alloc_error_handler feature#617

Closed
nicholasbishop wants to merge 1 commit intorust-osdev:mainfrom
nicholasbishop:bishop-default-alloc-error-handler
Closed

uefi-services: Drop use of unstable alloc_error_handler feature#617
nicholasbishop wants to merge 1 commit intorust-osdev:mainfrom
nicholasbishop:bishop-default-alloc-error-handler

Conversation

@nicholasbishop
Copy link
Copy Markdown
Member

@nicholasbishop nicholasbishop commented Dec 29, 2022

As of 2022-12-18, we can rely on the default_alloc_error_handler feature which was stabilized in rust-lang/rust#102318. The behavior of the default handler is to panic, essentially the same as our current custom one.

This needs an MSRV bump, so we can expect to merge this around March 18.

#452

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

As of 2022-12-18, we can rely on the `default_alloc_error_handler` feature which
was stabilized in rust-lang/rust#102318. The behavior of
the default handler is to panic, essentially the same as our current custom one.
@nicholasbishop nicholasbishop deleted the bishop-default-alloc-error-handler branch March 9, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant