Files
rust/library/std/src/sys
Jonathan Brouwer 87b48159c3 Rollup merge of #154837 - moturus:motor-os-abort, r=jhpratt
library: std: motor: use OS' process::exit in abort_internal

abort_internal() is used in panics; if it calls core::intrinsics::abort(), the process triggers an invalid op code (on x86_64), which is a much harder "abort" than a user-controlled exit via a panic.

Most other OSes don't use core::intrinsics::abort() here, but either libc::abort(), or a native OS abort/exit API.
2026-04-07 17:26:34 +02:00
..
2026-01-26 10:59:16 +00:00
2026-01-02 18:32:35 +01:00
2026-03-10 00:01:27 +01:00
2025-10-08 08:57:58 -07:00
2026-04-02 10:37:15 +02:00
2026-04-04 09:28:39 +02:00
2026-02-23 13:13:27 +01:00
2026-03-10 00:05:20 +01:00