mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2beaa602c4
abort in core Implements `core::process::abort_immediate` as a wrapper around `intrinsics::abort`. - tracking issue: https://github.com/rust-lang/rust/issues/154601 (This PR used to also add `core::process::abort`, but that's been deferred to a later addition.)