about summary refs log tree commit diff
path: root/tests/codegen/catch-unwind.rs
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-08-25 13:52:51 +0100
committerGary Guo <gary@garyguo.net>2024-06-19 13:54:55 +0100
commit5812b1fd124768991b690621654aea3eea7400f4 (patch)
treebab6eb440e05f8aea666718c91a5bfb7a70f1e27 /tests/codegen/catch-unwind.rs
parentebdfcd93a3a71bde87be117bdb9e01e0ade34981 (diff)
downloadrust-5812b1fd124768991b690621654aea3eea7400f4.tar.gz
rust-5812b1fd124768991b690621654aea3eea7400f4.zip
Remove c_unwind from tests and fix tests
Diffstat (limited to 'tests/codegen/catch-unwind.rs')
-rw-r--r--tests/codegen/catch-unwind.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/catch-unwind.rs b/tests/codegen/catch-unwind.rs
index 4e1f9a88e95..48ad486fa03 100644
--- a/tests/codegen/catch-unwind.rs
+++ b/tests/codegen/catch-unwind.rs
@@ -14,7 +14,6 @@
 //@ ignore-loongarch64 FIXME
 
 #![crate_type = "lib"]
-#![feature(c_unwind)]
 
 extern "C" {
     fn bar();