Skip to content

Commit

Permalink
Opt into c_unwind feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Jul 21, 2023
1 parent baeb277 commit 5ebac9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_crates/function_abi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(c_unwind)]

pub extern "C-unwind" fn example_unwind() {}

pub extern "C" fn example_not_unwind() {}
Expand Down

0 comments on commit 5ebac9a

Please sign in to comment.