stabilize abi_thiscall

This commit is contained in:
Benedikt Radtke
2023-08-06 23:20:53 +02:00
parent 85fbb57149
commit 3f3262e592
15 changed files with 37 additions and 228 deletions

View File

@@ -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.