about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorSoveu <marx.tomasz@gmail.com>2024-04-23 22:14:41 +0200
committerSoveu <marx.tomasz@gmail.com>2024-11-27 22:21:33 +0100
commit685f189b4307435b83d625fea397ef36dff4e955 (patch)
tree3fdc6bd3c89c061c361fda7245a87fcafab66523 /library/std/src
parentf5d18576856ef45d1e47de79889ae7db9d1afa29 (diff)
downloadrust-685f189b4307435b83d625fea397ef36dff4e955.tar.gz
rust-685f189b4307435b83d625fea397ef36dff4e955.zip
Stabilize `extended_varargs_abi_support`
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index b6723c6dfa5..ceaac4a88da 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -295,7 +295,6 @@
 #![feature(doc_masked)]
 #![feature(doc_notable_trait)]
 #![feature(dropck_eyepatch)]
-#![feature(extended_varargs_abi_support)]
 #![feature(f128)]
 #![feature(f16)]
 #![feature(if_let_guard)]