Skip to content

Commit 22ae332

Browse files
committed
stabilize abi_thiscall
1 parent b9189e1 commit 22ae332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panic_unwind/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#![feature(panic_unwind)]
2020
#![feature(staged_api)]
2121
#![feature(std_internals)]
22-
#![feature(abi_thiscall)]
22+
#![cfg_attr(bootstrap, feature(abi_thiscall))]
2323
#![feature(rustc_attrs)]
2424
#![panic_runtime]
2525
#![feature(panic_runtime)]

0 commit comments

Comments
 (0)