Skip to content

Remove alloc_error_handler#63

Merged
bors[bot] merged 1 commit intorust-embedded:masterfrom
jannic-dev-forks:default-alloc-error-handler
Feb 26, 2023
Merged

Remove alloc_error_handler#63
bors[bot] merged 1 commit intorust-embedded:masterfrom
jannic-dev-forks:default-alloc-error-handler

Conversation

@jannic
Copy link
Member

@jannic jannic commented Feb 26, 2023

With rust-lang/rust#102318 default_alloc_error_handler has been stabilized, ie. the default error handler is enabled by default.

Therefore, it's no longer necessary to provide an alloc_error_handler if the desired error handling is equivalent to a panic.

With rust-lang/rust#102318
default_alloc_error_handler has been stabilized, ie. the default
error handler is enabled by default.

Therefore, it's no longer necessary to provide an alloc_error_handler
if the desired error handling is equivalent to a panic.
@jannic jannic requested a review from a team as a code owner February 26, 2023 16:35
Copy link
Member

@adamgreig adamgreig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 26, 2023

@bors bors bot merged commit e53aba8 into rust-embedded:master Feb 26, 2023
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.

2 participants