We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9189e1 commit 22ae332Copy full SHA for 22ae332
panic_unwind/src/lib.rs
@@ -19,7 +19,7 @@
19
#![feature(panic_unwind)]
20
#![feature(staged_api)]
21
#![feature(std_internals)]
22
-#![feature(abi_thiscall)]
+#![cfg_attr(bootstrap, feature(abi_thiscall))]
23
#![feature(rustc_attrs)]
24
#![panic_runtime]
25
#![feature(panic_runtime)]
0 commit comments