Skip to content

Commit

Permalink
library: amend revert of extended_varargs_abi_support for beta diff
Browse files Browse the repository at this point in the history
And leave a comment on the unusual `cfg_attr`

Co-authored-by: waffle <[email protected]>
  • Loading branch information
2 people authored and gitbot committed Mar 6, 2025
1 parent 3429d72 commit 8cefa7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -289,7 +292,6 @@
#![feature(doc_masked)]
#![feature(doc_notable_trait)]
#![feature(dropck_eyepatch)]
#![feature(extended_varargs_abi_support)]
#![feature(f128)]
#![feature(f16)]
#![feature(formatting_options)]
Expand Down

0 comments on commit 8cefa7d

Please sign in to comment.