Skip to content

Commit

Permalink
add c_unwind feature
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 27, 2024
1 parent 351d48e commit da3e9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#![feature(linkage)]
#![feature(naked_functions)]
#![feature(repr_simd)]
#![feature(c_unwind)]
#![no_builtins]
#![no_std]
#![allow(unused_features)]
Expand Down

0 comments on commit da3e9e8

Please sign in to comment.