mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
library: amend revert of extended_varargs_abi_support for beta diff
And leave a comment on the unusual `cfg_attr` Co-authored-by: waffle <waffle.lapkin@gmail.com>
This commit is contained in:
parent
d97bde059a
commit
cafa646f21
@ -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)]
|
||||
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user