Skip to content

Commit 46522a1

Browse files
authored
Unrolled build for rust-lang#118167
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.`
2 parents 1934665 + 32fc54e commit 46522a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ declare_features! (
160160
// no-tracking-issue-start
161161

162162
/// Allows using the `unadjusted` ABI; perma-unstable.
163-
(unstable, abi_unadjusted, "1.16.0", None, None),
163+
(internal, abi_unadjusted, "1.16.0", None, None),
164164
/// Allows using the `vectorcall` ABI.
165165
(unstable, abi_vectorcall, "1.7.0", None, None),
166166
/// Allows using `#![needs_allocator]`, an implementation detail of `#[global_allocator]`.

0 commit comments

Comments
 (0)