diff options
| author | Gary Guo <gary@garyguo.net> | 2023-08-25 13:52:51 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2024-06-19 13:54:55 +0100 |
| commit | 5812b1fd124768991b690621654aea3eea7400f4 (patch) | |
| tree | bab6eb440e05f8aea666718c91a5bfb7a70f1e27 /tests/codegen/cffi/c-variadic.rs | |
| parent | ebdfcd93a3a71bde87be117bdb9e01e0ade34981 (diff) | |
| download | rust-5812b1fd124768991b690621654aea3eea7400f4.tar.gz rust-5812b1fd124768991b690621654aea3eea7400f4.zip | |
Remove c_unwind from tests and fix tests
Diffstat (limited to 'tests/codegen/cffi/c-variadic.rs')
| -rw-r--r-- | tests/codegen/cffi/c-variadic.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/cffi/c-variadic.rs b/tests/codegen/cffi/c-variadic.rs index 914d1623ed2..140d2f37f46 100644 --- a/tests/codegen/cffi/c-variadic.rs +++ b/tests/codegen/cffi/c-variadic.rs @@ -4,7 +4,6 @@ #![crate_type = "lib"] #![feature(c_variadic)] -#![feature(c_unwind)] #![no_std] use core::ffi::VaList; |
