diff options
Diffstat (limited to 'tests/run-make/foreign-rust-exceptions/foo.rs')
-rw-r--r-- | tests/run-make/foreign-rust-exceptions/foo.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/foreign-rust-exceptions/foo.rs b/tests/run-make/foreign-rust-exceptions/foo.rs index 266987c5b..38942c55b 100644 --- a/tests/run-make/foreign-rust-exceptions/foo.rs +++ b/tests/run-make/foreign-rust-exceptions/foo.rs @@ -1,5 +1,3 @@ -#![feature(c_unwind)] - #[cfg_attr(not(windows), link(name = "bar"))] #[cfg_attr(windows, link(name = "bar.dll"))] extern "C-unwind" { |