Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkov
make the 'abi_unadjusted' feature internal As [suggested](https://github.com/rust-lang/rust/pull/118127#issuecomment-1820736389) by `@bjorn3.`
This commit is contained in:
commit
9e944c8c1a
@ -160,7 +160,7 @@ declare_features! (
|
||||
// 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]`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user