Skip to content

Commit 1cc6c05

Browse files
committed
[experiment] Validate if c_unwind behaves as expected
1 parent 39c2086 commit 1cc6c05

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
@@ -12,6 +12,7 @@
1212
#![feature(linkage)]
1313
#![feature(naked_functions)]
1414
#![feature(repr_simd)]
15+
#![feature(c_unwind)]
1516
#![no_builtins]
1617
#![no_std]
1718
#![allow(unused_features)]

0 commit comments

Comments
 (0)