Skip to content

Commit

Permalink
Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matthiaskrgr authored Aug 7, 2023
2 parents 3ed1189 + 22ae332 commit a15fcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panic_unwind/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#![feature(panic_unwind)]
#![feature(staged_api)]
#![feature(std_internals)]
#![feature(abi_thiscall)]
#![cfg_attr(bootstrap, feature(abi_thiscall))]
#![feature(rustc_attrs)]
#![panic_runtime]
#![feature(panic_runtime)]
Expand Down

0 comments on commit a15fcb8

Please sign in to comment.