summaryrefslogtreecommitdiff
path: root/tests/ui/panic-runtime/auxiliary/needs-unwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/panic-runtime/auxiliary/needs-unwind.rs')
-rw-r--r--tests/ui/panic-runtime/auxiliary/needs-unwind.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/panic-runtime/auxiliary/needs-unwind.rs b/tests/ui/panic-runtime/auxiliary/needs-unwind.rs
index d555b531986..ba917b52d9a 100644
--- a/tests/ui/panic-runtime/auxiliary/needs-unwind.rs
+++ b/tests/ui/panic-runtime/auxiliary/needs-unwind.rs
@@ -3,7 +3,6 @@
#![crate_type = "rlib"]
#![no_std]
-#![feature(c_unwind)]
extern "C-unwind" fn foo() {}