We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee870d6 commit 2820317Copy full SHA for 2820317
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