Skip to content

Commit 2e419aa

Browse files
library: amend revert of extended_varargs_abi_support for beta diff
1 parent d97bde0 commit 2e419aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/std/src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@
272272
//
273273
// Language features:
274274
// tidy-alphabetical-start
275+
276+
// because this actually got to beta without being noticed
277+
#![cfg_attr(not(bootstrap), feature(extended_varargs_abi_support))]
275278
#![feature(alloc_error_handler)]
276279
#![feature(allocator_internals)]
277280
#![feature(allow_internal_unsafe)]
@@ -289,7 +292,6 @@
289292
#![feature(doc_masked)]
290293
#![feature(doc_notable_trait)]
291294
#![feature(dropck_eyepatch)]
292-
#![feature(extended_varargs_abi_support)]
293295
#![feature(f128)]
294296
#![feature(f16)]
295297
#![feature(formatting_options)]

0 commit comments

Comments
 (0)