diff options
Diffstat (limited to 'tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs')
-rw-r--r-- | tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs b/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs index a99a04d5c..9e7bc3e53 100644 --- a/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs +++ b/tests/run-make/c-unwind-abi-catch-lib-panic/panic.rs @@ -1,5 +1,4 @@ #![crate_type = "staticlib"] -#![feature(c_unwind)] /// This function will panic if `x` is greater than 10. /// |