rust/tests/ui/missing
bors 39cf520299 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: https://github.com/rust-lang/libs-team/issues/192

Closes #51540
Closes #51245
2023-04-22 12:27:45 +00:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-items Make missing impl item suggestions more obvious that they're missing 2023-04-19 17:57:37 +00:00
missing-allocator.rs Remove #[alloc_error_handler] from the compiler and library 2023-04-16 08:35:50 -07:00
missing-allocator.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-block-hint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-block-hint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-comma-in-match.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-comma-in-match.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-comma-in-match.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-derivable-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-derivable-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-fields-in-struct-pattern.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-fields-in-struct-pattern.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-macro-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-macro-use.stderr note -> help 2023-01-17 03:09:49 +00:00
missing-main.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-main.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-return.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-return.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-stability.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-stability.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00