summaryrefslogtreecommitdiffstats
path: root/tests/run-make/foreign-exceptions/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/foreign-exceptions/foo.rs')
-rw-r--r--tests/run-make/foreign-exceptions/foo.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-make/foreign-exceptions/foo.rs b/tests/run-make/foreign-exceptions/foo.rs
index dd3b7c76f..ccf858d85 100644
--- a/tests/run-make/foreign-exceptions/foo.rs
+++ b/tests/run-make/foreign-exceptions/foo.rs
@@ -2,8 +2,6 @@
// are caught by catch_unwind. Also tests that Rust panics can unwind through
// C++ code.
-#![feature(c_unwind)]
-
use std::panic::{catch_unwind, AssertUnwindSafe};
struct DropCheck<'a>(&'a mut bool);