We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cb00f commit e96a2d8Copy full SHA for e96a2d8
library/panic_unwind/src/lib.rs
@@ -49,6 +49,7 @@ cfg_if::cfg_if! {
49
} else if #[cfg(any(
50
all(target_family = "windows", target_env = "gnu"),
51
target_os = "psp",
52
+ target_os = "xous",
53
target_os = "solid_asp3",
54
all(target_family = "unix", not(target_os = "espidf")),
55
all(target_vendor = "fortanix", target_env = "sgx"),
0 commit comments