diff options
| author | bors <bors@rust-lang.org> | 2024-06-20 11:22:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-20 11:22:59 +0000 |
| commit | 1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77 (patch) | |
| tree | bf9ae5334d13d7b36955e3815a3f02c0d5a90151 /tests/codegen/catch-unwind.rs | |
| parent | 1d96de2a20e963abb8923dfa3c6175517dfb9d2c (diff) | |
| parent | bb2716effde9713efad15c269b35779a79c90271 (diff) | |
| download | rust-1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77.tar.gz rust-1aaab8b9f8dc488cadc4f083b3a11fb11b45cb77.zip | |
Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung
Stabilise `c_unwind` Fix #74990 Fix #115285 (that's also where FCP is happening) Marking as draft PR for now due to `compiler_builtins` issues r? `@Amanieu`
Diffstat (limited to 'tests/codegen/catch-unwind.rs')
| -rw-r--r-- | tests/codegen/catch-unwind.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/catch-unwind.rs b/tests/codegen/catch-unwind.rs index 4e1f9a88e95..48ad486fa03 100644 --- a/tests/codegen/catch-unwind.rs +++ b/tests/codegen/catch-unwind.rs @@ -14,7 +14,6 @@ //@ ignore-loongarch64 FIXME #![crate_type = "lib"] -#![feature(c_unwind)] extern "C" { fn bar(); |
