summaryrefslogtreecommitdiff
path: root/tests/run-make/c-unwind-abi-catch-panic/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/c-unwind-abi-catch-panic/main.rs')
-rw-r--r--tests/run-make/c-unwind-abi-catch-panic/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-make/c-unwind-abi-catch-panic/main.rs b/tests/run-make/c-unwind-abi-catch-panic/main.rs
index 15d38d72160..1903be9561c 100644
--- a/tests/run-make/c-unwind-abi-catch-panic/main.rs
+++ b/tests/run-make/c-unwind-abi-catch-panic/main.rs
@@ -1,7 +1,6 @@
//! A test for calling `C-unwind` functions across foreign function boundaries.
//!
//! This test triggers a panic when calling a foreign function that calls *back* into Rust.
-#![feature(c_unwind)]
use std::panic::{catch_unwind, AssertUnwindSafe};