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.
panic_handler
1 parent 24c7eb5 commit 3a68be8Copy full SHA for 3a68be8
tests/ui/extern-flag/auxiliary/panic_handler.rs
@@ -1,5 +1,6 @@
1
-#![feature(lang_items, panic_unwind)]
+#![feature(lang_items)]
2
#![no_std]
3
+#![cfg_attr(target_os = "aix", feature(panic_unwind))]
4
5
// Since `rustc` generally passes `-nodefaultlibs` to the linker,
6
// Rust programs link necessary system libraries via `#[link()]`
0 commit comments