add c_unwind feature
This commit is contained in:
parent
69c38a77c0
commit
ce85d06f3b
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#![feature(linkage)]
|
||||
#![feature(naked_functions)]
|
||||
#![feature(repr_simd)]
|
||||
#![feature(c_unwind)]
|
||||
#![no_builtins]
|
||||
#![no_std]
|
||||
#![allow(unused_features)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue