We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4578e94 commit c44e881Copy full SHA for c44e881
src/backtrace/dbghelp.rs
@@ -79,7 +79,7 @@ impl Frame {
79
struct MyContext(CONTEXT);
80
81
#[inline(always)]
82
-pub unsafe fn trace(cb: &mut FnMut(&super::Frame) -> bool) {
+pub unsafe fn trace(cb: &mut dyn FnMut(&super::Frame) -> bool) {
83
// Allocate necessary structures for doing the stack walk
84
let process = GetCurrentProcess();
85
let thread = GetCurrentThread();
0 commit comments