make the 'abi_unadjusted' feature internal

This commit is contained in:
Ralf Jung
2023-11-22 07:25:27 +01:00
parent 739d556826
commit 32fc54e5fa
+1 -1
View File
@@ -160,7 +160,7 @@ pub fn internal(&self, feature: Symbol) -> bool {
// no-tracking-issue-start
/// 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.
(unstable, abi_vectorcall, "1.7.0", None, None),
/// Allows using `#![needs_allocator]`, an implementation detail of `#[global_allocator]`.