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 260fdad commit cd50846Copy full SHA for cd50846
src/symbolize/dbghelp.rs
@@ -219,6 +219,7 @@ unsafe fn resolve_with_inline(
219
}
220
221
/// This function is only meant to be called with SymFromAddrW as the argument
222
+#[deny(unsafe_op_in_unsafe_fn)]
223
unsafe fn do_resolve(
224
sym_from_addr: impl FnOnce(*mut SYMBOL_INFOW) -> BOOL,
225
get_line_from_addr: impl FnOnce(&mut IMAGEHLP_LINEW64) -> BOOL,
0 commit comments