Skip to content

Commit 39cf520

Browse files
committedApr 22, 2023
Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco
Report allocation errors as panics OOM is now reported as a panic but with a custom payload type (`AllocErrorPanicPayload`) which holds the layout that was passed to `handle_alloc_error`. This should be review one commit at a time: - The first commit adds `AllocErrorPanicPayload` and changes allocation errors to always be reported as panics. - The second commit removes `#[alloc_error_handler]` and the `alloc_error_hook` API. ACP: rust-lang/libs-team#192 Closes #51540 Closes #51245
2 parents 21fab43 + 4da05e0 commit 39cf520

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+138
-878
lines changed
 

‎compiler/rustc_builtin_macros/messages.ftl

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ builtin_macros_requires_cfg_pattern =
44
55
builtin_macros_expected_one_cfg_pattern = expected 1 cfg-pattern
66
7-
builtin_macros_alloc_error_must_be_fn = alloc_error_handler must be a function
8-
97
builtin_macros_assert_requires_boolean = macro requires a boolean expression as an argument
108
.label = boolean expression required
119

‎compiler/rustc_builtin_macros/src/alloc_error_handler.rs

-97
This file was deleted.

0 commit comments

Comments
 (0)