remove #[unwind(allowed)]
not required because this is a Rust function
This commit is contained in:
parent
86a0769621
commit
4c84d382ed
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue