Skip to content

Commit

Permalink
[experiment] Validate if c_unwind behaves as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Feb 25, 2024
1 parent 8917e1d commit 2ada25f
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 @@ -13,6 +13,7 @@
#![feature(naked_functions)]
#![feature(repr_simd)]
#![feature(rustc_attrs)]
#![feature(c_unwind)]
#![no_builtins]
#![no_std]
#![allow(unused_features)]
Expand Down

0 comments on commit 2ada25f

Please sign in to comment.