Skip to content

Commit

Permalink
Auto merge of rust-lang#102318 - Amanieu:default_alloc_error_handler,…
Browse files Browse the repository at this point in the history
… r=oli-obk

Stabilize default_alloc_error_handler

Tracking issue: rust-lang#66741

This turns `feature(default_alloc_error_handler)` on by default, which causes the compiler to automatically generate a default OOM handler which panics if `#[alloc_error_handler]` is not provided.

The FCP completed over 2 years ago but the stabilization was blocked due to an issue with unwinding. This was fixed by rust-lang#88098 so stabilization can be unblocked.

Closes rust-lang#66741
  • Loading branch information
bors committed Dec 16, 2022
2 parents 2d8d743 + 4583071 commit 89cfc2a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 89cfc2a

Please sign in to comment.