Skip to content

Commit 3b7cfff

Browse files
jieyouxugitbot
authored and
gitbot
committed
Rollup merge of rust-lang#116161 - Soveu:varargs2, r=cjgillot
Stabilize `extended_varargs_abi_support` I think that is everything? If there is any documentation regarding `extern` and/or varargs to correct, let me know, some quick greps suggest that there might be none. Tracking issue: rust-lang#100189
2 parents 8c93111 + 4e3c282 commit 3b7cfff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@
290290
#![feature(doc_masked)]
291291
#![feature(doc_notable_trait)]
292292
#![feature(dropck_eyepatch)]
293-
#![feature(extended_varargs_abi_support)]
294293
#![feature(f128)]
295294
#![feature(f16)]
296295
#![feature(if_let_guard)]

0 commit comments

Comments
 (0)