make the 'abi_unadjusted' feature internal
This commit is contained in:
parent
739d556826
commit
32fc54e5fa
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ declare_features! (
|
||||||
// no-tracking-issue-start
|
// no-tracking-issue-start
|
||||||
|
|
||||||
/// Allows using the `unadjusted` ABI; perma-unstable.
|
/// Allows using the `unadjusted` ABI; perma-unstable.
|
||||||
(unstable, abi_unadjusted, "1.16.0", None, None),
|
(internal, abi_unadjusted, "1.16.0", None, None),
|
||||||
/// Allows using the `vectorcall` ABI.
|
/// Allows using the `vectorcall` ABI.
|
||||||
(unstable, abi_vectorcall, "1.7.0", None, None),
|
(unstable, abi_vectorcall, "1.7.0", None, None),
|
||||||
/// Allows using `#![needs_allocator]`, an implementation detail of `#[global_allocator]`.
|
/// Allows using `#![needs_allocator]`, an implementation detail of `#[global_allocator]`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue