Skip to content

Commit 7b900a0

Browse files
committed
Auto merge of rust-lang#136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkin
Revert "Stabilize `extended_varargs_abi_support`" I cannot find an FCP for this, despite it being a stabilization PR which normally means we do an FCP of some kind? It would seem reasonable for _either_ compiler or lang to have FCPed it? I am thus opening a revert PR, which mostly-cleanly applies, so that we can later actually land this properly with a stability report and FCP. - rust-lang#136896 - rust-lang#116161 - rust-lang#100189
2 parents 64453dd + dbf8f03 commit 7b900a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

std/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@
272272
//
273273
// Language features:
274274
// tidy-alphabetical-start
275+
276+
// stabilization was reverted after it hit beta
277+
#![cfg_attr(not(bootstrap), feature(extended_varargs_abi_support))]
275278
#![feature(alloc_error_handler)]
276279
#![feature(allocator_internals)]
277280
#![feature(allow_internal_unsafe)]

0 commit comments

Comments
 (0)