Fix for the latest nightly

This commit is contained in:
Tibor Nagy
2017-11-10 21:42:28 +01:00
parent 9e9f80ef13
commit eadade4c0f

View File

@@ -3,7 +3,8 @@
use interrupt;
#[lang = "eh_personality"]
pub extern "C" fn eh_personality() {}
#[no_mangle]
pub extern "C" fn rust_eh_personality() {}
/// Required to handle panics
#[lang = "panic_fmt"]