libstd: deny(elided_lifetimes_in_paths), fixes in redox
This commit is contained in:
parent
351a20c32f
commit
1d9508a33a
@ -37,7 +37,7 @@ pub fn unwind_backtrace(frames: &mut [Frame])
|
||||
};
|
||||
let result_unwind = unsafe {
|
||||
uw::_Unwind_Backtrace(trace_fn,
|
||||
&mut cx as *mut Context
|
||||
&mut cx as *mut Context<'_>
|
||||
as *mut libc::c_void)
|
||||
};
|
||||
// See libunwind:src/unwind/Backtrace.c for the return values.
|
||||
|
Loading…
x
Reference in New Issue
Block a user