We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8917e1d commit 2ada25fCopy full SHA for 2ada25f
src/lib.rs
@@ -13,6 +13,7 @@
13
#![feature(naked_functions)]
14
#![feature(repr_simd)]
15
#![feature(rustc_attrs)]
16
+#![feature(c_unwind)]
17
#![no_builtins]
18
#![no_std]
19
#![allow(unused_features)]
0 commit comments