Skip to content

Commit

Permalink
Unrolled build for rust-lang#118167
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkov

make the 'abi_unadjusted' feature internal

As [suggested](rust-lang#118127 (comment)) by `@bjorn3.`
  • Loading branch information
rust-timer committed Nov 23, 2023
2 parents 1934665 + 32fc54e commit 46522a1
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 46522a1

Please sign in to comment.