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

fix(rust-1.68): drop alloc error handler #2581

Closed
wants to merge 2 commits into from
Closed

Conversation

clearloop
Copy link
Contributor

@clearloop clearloop commented Apr 24, 2023

Resolves #2580

Binaries which do not include std, only including alloc, will now panic! on allocation failure, which may be further adjusted via a #[panic_handler] if desired.

https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html#default-alloc-error-handler

@gear-tech/dev

@clearloop clearloop marked this pull request as draft April 24, 2023 11:38
@clearloop
Copy link
Contributor Author

in favor of #2582

@clearloop clearloop deleted the cl/issue-2580 branch August 18, 2023 12:26
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.

alloc_error_handler has been removed
1 participant