We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97bde0 commit cafa646Copy full SHA for cafa646
library/std/src/lib.rs
@@ -272,6 +272,9 @@
272
//
273
// Language features:
274
// tidy-alphabetical-start
275
+
276
+// stabilization was reverted after it hit beta
277
+#![cfg_attr(not(bootstrap), feature(extended_varargs_abi_support))]
278
#![feature(alloc_error_handler)]
279
#![feature(allocator_internals)]
280
#![feature(allow_internal_unsafe)]
@@ -289,7 +292,6 @@
289
292
#![feature(doc_masked)]
290
293
#![feature(doc_notable_trait)]
291
294
#![feature(dropck_eyepatch)]
-#![feature(extended_varargs_abi_support)]
295
#![feature(f128)]
296
#![feature(f16)]
297
#![feature(formatting_options)]
0 commit comments