expand type info on __rust_start_panic
This commit is contained in:
parent
35ee6bd59b
commit
80f5213cee
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ extern {
|
|||
data: *mut u8,
|
||||
data_ptr: *mut usize,
|
||||
vtable_ptr: *mut usize) -> u32;
|
||||
|
||||
/// `payload` is actually a `*mut &mut dyn BoxMeUp` but that would cause FFI warnings.
|
||||
#[unwind(allowed)]
|
||||
fn __rust_start_panic(payload: usize) -> u32;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue