mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
make the 'abi_unadjusted' feature internal
This commit is contained in:
@@ -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]`.
|
||||
|
||||
Reference in New Issue
Block a user