Files
rust/library/std/src
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-03-30 16:31:15 +09:00
2026-03-10 18:03:15 +01:00
2026-04-04 09:28:39 +02:00
2026-01-11 16:39:18 +03:00
2025-01-11 06:35:21 +02:00
2026-03-10 00:05:20 +01:00
2024-04-08 11:57:17 +00:00
2026-02-23 13:13:27 +01:00
2025-02-07 16:54:07 +01:00