We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351a20c commit 1d9508aCopy full SHA for 1d9508a
src/libstd/sys/redox/backtrace/tracing.rs
@@ -37,7 +37,7 @@ pub fn unwind_backtrace(frames: &mut [Frame])
37
};
38
let result_unwind = unsafe {
39
uw::_Unwind_Backtrace(trace_fn,
40
- &mut cx as *mut Context
+ &mut cx as *mut Context<'_>
41
as *mut libc::c_void)
42
43
// See libunwind:src/unwind/Backtrace.c for the return values.
0 commit comments