Commit 2cfc4b1
committed
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)File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments