rust/library/core
bors aaed38b2a6 Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se
Pass `fmt::Arguments` by reference to `PanicInfo` and `PanicMessage`

Resolves #129330

For some reason after #115974 and #126732 optimizations applied to panic handler became worse and compiler stopped removing panic locations if they are not used in the panic message. This PR fixes that and maybe we can merge it into beta before rust 1.81 is released.

Note: optimization only works with `lto = "fat"`.

r? libs-api
2024-09-18 11:57:31 +00:00
..
benches Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Auto merge of #129491 - StackOverflowExcept1on:master, r=m-ou-se 2024-09-18 11:57:31 +00:00
tests Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee 2024-09-17 06:29:37 +00:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00