Skip to content

Commit f8cd410

Browse files
authored
Merge pull request #583 from RalfJung/c_unwind
add c_unwind feature
2 parents 8ed91cd + 17a9c00 commit f8cd410

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)