Skip to content

Commit da3e9e8

Browse files
committed
add c_unwind feature
1 parent 351d48e commit da3e9e8

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)