Skip to content

Commit

Permalink
Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petr…
Browse files Browse the repository at this point in the history
…ochenkov

make the 'abi_unadjusted' feature internal

As [suggested](#118127 (comment)) by `@bjorn3.`
  • Loading branch information
matthiaskrgr authored Nov 23, 2023
2 parents add423b + 32fc54e commit 9e944c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]`.
Expand Down

0 comments on commit 9e944c8

Please sign in to comment.