Commit Graph

8 Commits

Author SHA1 Message Date
Mu001999 689b64315d Make "consider importing" consistent for macros 2023-06-10 00:06:34 +08:00
Matthias Krüger da31bb3f77 Revert "Remove #[alloc_error_handler] from the compiler and library"
This reverts commit e118134c24.
2023-04-25 00:08:35 +02:00
bors e658332a8a 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
Michael Goulet 78c1de9f6c Make missing impl item suggestions more obvious that they're missing 2023-04-19 17:57:37 +00:00
Amanieu d'Antras e118134c24 Remove #[alloc_error_handler] from the compiler and library 2023-04-16 08:35:50 -07:00
León Orell Valerian Liehr 2a7fc8da1d suggest adding const param 2023-04-07 09:11:53 +02:00
Michael Goulet aabd837332 note -> help 2023-01-17 03:09:49 +00:00
Albert Larsan 8f6b5d4e26 Move /src/test to /tests 2023-01-11 09:32:08 +00:00