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 28, 2024
1 parent 8ed91cd commit 17a9c00
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 17a9c00

Please sign in to comment.