about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-02-12 09:44:30 +0000
committerbors <bors@rust-lang.org>2025-02-12 09:44:30 +0000
commit021fb9c09a19d206a37226fe6168f1cc7c984925 (patch)
tree47fdc7db18f73b8d69b6093f2322c873ae11f35e /library/std/src/lib.rs
parent33d92df3e6552a91ace2594eb7a2e1dc0c3e37fb (diff)
parentcafa646f21ec41d6b20b5495c25456c997206dc1 (diff)
downloadrust-021fb9c09a19d206a37226fe6168f1cc7c984925.tar.gz
rust-021fb9c09a19d206a37226fe6168f1cc7c984925.zip
Auto merge of #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.

- https://github.com/rust-lang/rust/issues/136896
- https://github.com/rust-lang/rust/pull/116161
- https://github.com/rust-lang/rust/issues/100189
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 954a4182fbd..aea81b4bdde 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -272,6 +272,9 @@
 //
 // Language features:
 // tidy-alphabetical-start
+
+// stabilization was reverted after it hit beta
+#![cfg_attr(not(bootstrap), feature(extended_varargs_abi_support))]
 #![feature(alloc_error_handler)]
 #![feature(allocator_internals)]
 #![feature(allow_internal_unsafe)]