about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-03 04:26:34 +0000
committerbors <bors@rust-lang.org>2024-03-03 04:26:34 +0000
commit3793e5ba23ca6a57ace8e3e267c22001cc5ef794 (patch)
treef2fc91a40ed8e5daa9802f4b62299d67ff52a694 /compiler/rustc_driver_impl/src
parentda02fff3b6e4e27156054dcdda6675fe2a2591a6 (diff)
parentce26c7882024874bacf05bedf0e8de692e6f6d13 (diff)
downloadrust-3793e5ba23ca6a57ace8e3e267c22001cc5ef794.tar.gz
rust-3793e5ba23ca6a57ace8e3e267c22001cc5ef794.zip
Auto merge of #121856 - ChrisDenton:abort, r=joboet
Cleanup windows `abort_internal`

As the comments on the functions say, we define abort in both in panic_abort and in libstd. This PR makes the two implementation (mostly) the same.

Additionally it:
* uses `options(noreturn)` on the asm instead of using `core::intrinsics::unreachable`.
* removed unnecessary allow lints
* added `FAST_FAIL_FATAL_APP_EXIT` to our generated Windows API bindings instead of defining it manually (std only)
Diffstat (limited to 'compiler/rustc_driver_impl/src')
0 files changed, 0 insertions, 0 deletions