Skip to content

Commit a15fcb8

Browse files
authored
Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk
stabilize abi_thiscall Closes rust-lang/rust#42202, stabilizing the use of the "thiscall" ABI. FCP was substituted by a poll, and the poll has been accepted.
2 parents 3ed1189 + 22ae332 commit a15fcb8

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)