diff options
| author | Ralf Jung <post@ralfj.de> | 2025-08-28 12:03:19 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-09-02 08:48:12 +0200 |
| commit | f6d55aea2c2cc014f8bb105325ef4c21d2c3d185 (patch) | |
| tree | 338af86837c8dd13db4ccb0bae22e43b84b17a3c /tests/codegen-llvm/cffi/c-variadic-ffi.rs | |
| parent | 5ab69249f36678c0a770a08d3d1b28a8103349ff (diff) | |
| download | rust-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.rs | 2 |
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; |
