mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
libstd: deny(elided_lifetimes_in_paths), fixes in redox
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user