Skip to content

Commit 2ada25f

Browse files
committed
[experiment] Validate if c_unwind behaves as expected
1 parent 8917e1d commit 2ada25f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#![feature(naked_functions)]
1414
#![feature(repr_simd)]
1515
#![feature(rustc_attrs)]
16+
#![feature(c_unwind)]
1617
#![no_builtins]
1718
#![no_std]
1819
#![allow(unused_features)]

0 commit comments

Comments
 (0)