Files
rust/library/panic_unwind/src
joboet b7f2cd3a2b deduplicate abort implementations
Currently, the code for process aborts is duplicated across `panic_abort` and `std`. This PR uses `#[rustc_std_internal_symbol]` to make the `std` implementation available to `panic_abort` via the linker, thereby deduplicating the code.
2025-05-15 11:20:13 +02:00
..
2025-05-15 11:20:13 +02:00
2025-04-09 12:29:59 +01:00