Merge pull request #62 from xTibor/fix-nightly

Fix for the latest nightly
This commit is contained in:
Jeremy Soller
2017-11-14 20:28:03 -07:00
committed by GitHub

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"]