expand type info on __rust_start_panic

This commit is contained in:
Ralf Jung 2019-11-24 13:13:33 +01:00
parent 35ee6bd59b
commit 80f5213cee

View file

@ -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;
}