Skip to content

Commit

Permalink
Merge pull request #583 from RalfJung/c_unwind
Browse files Browse the repository at this point in the history
add c_unwind feature
  • Loading branch information
Amanieu authored Mar 28, 2024
2 parents 8ed91cd + 17a9c00 commit f8cd410
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 f8cd410

Please sign in to comment.