We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe6945 commit 3aaed38Copy full SHA for 3aaed38
src/cargo/util/errors.rs
@@ -459,6 +459,7 @@ pub fn process_error(msg: &str,
459
libc::SIGSEGV => ", SIGSEGV: invalid memory reference",
460
libc::SIGTERM => ", SIGTERM: termination signal",
461
libc::SIGBUS => ", SIGBUS: access to undefined memory",
462
+ #[cfg(not(target_os = "haiku"))]
463
libc::SIGSYS => ", SIGSYS: bad system call",
464
libc::SIGTRAP => ", SIGTRAP: trace/breakpoint trap",
465
_ => "",
0 commit comments