summaryrefslogtreecommitdiff
path: root/tests/run-make/c-unwind-abi-catch-lib-panic/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/c-unwind-abi-catch-lib-panic/main.rs')
-rw-r--r--tests/run-make/c-unwind-abi-catch-lib-panic/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-make/c-unwind-abi-catch-lib-panic/main.rs b/tests/run-make/c-unwind-abi-catch-lib-panic/main.rs
index 78a71219c78..42d3efa82d6 100644
--- a/tests/run-make/c-unwind-abi-catch-lib-panic/main.rs
+++ b/tests/run-make/c-unwind-abi-catch-lib-panic/main.rs
@@ -2,7 +2,6 @@
//!
//! This test triggers a panic in a Rust library that our foreign function invokes. This shows
//! that we can unwind through the C code in that library, and catch the underlying panic.
-#![feature(c_unwind)]
use std::panic::{catch_unwind, AssertUnwindSafe};