We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9a1de commit cee9f05Copy full SHA for cee9f05
src/libpanic_abort/lib.rs
@@ -46,7 +46,8 @@ pub unsafe extern "C" fn __rust_start_panic(_payload: usize) -> u32 {
46
libc::abort();
47
}
48
} else if #[cfg(any(target_os = "hermit",
49
- all(target_vendor = "fortanix", target_env = "sgx")))] {
+ all(target_vendor = "fortanix", target_env = "sgx")
50
+ ))] {
51
unsafe fn abort() -> ! {
52
// call std::sys::abort_internal
53
extern "C" {
0 commit comments