1
Fork 0

remove #[unwind(allowed)]

not required because this is a Rust function
This commit is contained in:
Jorge Aparicio 2018-05-16 19:56:24 +02:00
parent 86a0769621
commit 4c84d382ed

View file

@ -321,7 +321,6 @@ pub fn panicking() -> bool {
#[cfg(not(test))]
#[cfg(stage0)]
#[lang = "panic_fmt"]
#[unwind(allowed)]
pub extern fn rust_begin_panic(msg: fmt::Arguments,
file: &'static str,
line: u32,