about summary refs log tree commit diff
path: root/tests/codegen-llvm/cffi/c-variadic-ffi.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-08-28 12:03:19 +0200
committerRalf Jung <post@ralfj.de>2025-09-02 08:48:12 +0200
commitf6d55aea2c2cc014f8bb105325ef4c21d2c3d185 (patch)
tree338af86837c8dd13db4ccb0bae22e43b84b17a3c /tests/codegen-llvm/cffi/c-variadic-ffi.rs
parent5ab69249f36678c0a770a08d3d1b28a8103349ff (diff)
downloadrust-f6d55aea2c2cc014f8bb105325ef4c21d2c3d185.tar.gz
rust-f6d55aea2c2cc014f8bb105325ef4c21d2c3d185.zip
stabilize extended_varargs_abi_support
Diffstat (limited to 'tests/codegen-llvm/cffi/c-variadic-ffi.rs')
-rw-r--r--tests/codegen-llvm/cffi/c-variadic-ffi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen-llvm/cffi/c-variadic-ffi.rs b/tests/codegen-llvm/cffi/c-variadic-ffi.rs
index 3e99c9fb84e..1dee477e9ed 100644
--- a/tests/codegen-llvm/cffi/c-variadic-ffi.rs
+++ b/tests/codegen-llvm/cffi/c-variadic-ffi.rs
@@ -14,7 +14,7 @@
 //@[arm32] needs-llvm-components: arm
 #![crate_type = "lib"]
 #![feature(no_core)]
-#![feature(extended_varargs_abi_support, extern_system_varargs)]
+#![feature(extern_system_varargs)]
 #![no_core]
 
 extern crate minicore;