rust/library/panic_unwind
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
..
src deduplicate abort implementations 2025-05-15 11:20:13 +02:00
Cargo.toml Migrate panic_unwind to Rust 2024 2025-03-11 09:46:34 -07:00