Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss
Add tracking issue and unstable book page for `"vectorcall"` ABI Originally added in 2015 by #30567, the Windows `"vectorcall"` ABI didn't have a tracking issue until now. Tracking issue: #124485
This commit is contained in:
commit
aa13b892c7
3 changed files with 28 additions and 2 deletions
|
@ -177,8 +177,6 @@ declare_features! (
|
|||
|
||||
/// Allows using the `unadjusted` ABI; perma-unstable.
|
||||
(internal, abi_unadjusted, "1.16.0", None),
|
||||
/// Allows using the `vectorcall` ABI.
|
||||
(unstable, abi_vectorcall, "1.7.0", None),
|
||||
/// Allows using `#![needs_allocator]`, an implementation detail of `#[global_allocator]`.
|
||||
(internal, allocator_internals, "1.20.0", None),
|
||||
/// Allows using `#[allow_internal_unsafe]`. This is an
|
||||
|
@ -243,6 +241,8 @@ declare_features! (
|
|||
// feature-group-start: internal feature gates
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
/// Allows using the `vectorcall` ABI.
|
||||
(unstable, abi_vectorcall, "1.7.0", Some(124485)),
|
||||
/// Allows features specific to auto traits.
|
||||
/// Renamed from `optin_builtin_traits`.
|
||||
(unstable, auto_traits, "1.50.0", Some(13231)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue