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. |
||
|---|---|---|
| .. | ||
| dummy.rs | ||
| emcc.rs | ||
| gcc.rs | ||
| hermit.rs | ||
| lib.rs | ||
| miri.rs | ||
| seh.rs | ||