Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk
stabilize abi_thiscall Closes https://github.com/rust-lang/rust/issues/42202, stabilizing the use of the "thiscall" ABI. FCP was substituted by a poll, and the poll has been accepted.
This commit is contained in:
commit
06daa9e263
15 changed files with 37 additions and 228 deletions
|
@ -53,6 +53,8 @@ declare_features! (
|
|||
/// Allows the sysV64 ABI to be specified on all platforms
|
||||
/// instead of just the platforms on which it is the C ABI.
|
||||
(accepted, abi_sysv64, "1.24.0", Some(36167), None),
|
||||
/// Allows using the `thiscall` ABI.
|
||||
(accepted, abi_thiscall, "1.19.0", None, None),
|
||||
/// Allows using ADX intrinsics from `core::arch::{x86, x86_64}`.
|
||||
(accepted, adx_target_feature, "1.61.0", Some(44839), None),
|
||||
/// Allows explicit discriminants on non-unit enum variants.
|
||||
|
|
|
@ -156,8 +156,6 @@ declare_features! (
|
|||
// -------------------------------------------------------------------------
|
||||
// no-tracking-issue-start
|
||||
|
||||
/// Allows using the `thiscall` ABI.
|
||||
(active, abi_thiscall, "1.19.0", None, None),
|
||||
/// Allows using the `unadjusted` ABI; perma-unstable.
|
||||
(active, abi_unadjusted, "1.16.0", None, None),
|
||||
/// Allows using the `vectorcall` ABI.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue