We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b322f commit 8966207Copy full SHA for 8966207
library/windows_targets/src/lib.rs
@@ -38,4 +38,5 @@ pub macro link {
38
#[link(name = "ntdll")]
39
#[link(name = "userenv")]
40
#[link(name = "ws2_32")]
41
+#[link(name = "dbghelp")] // required for backtrace-rs symbolization
42
extern "C" {}
0 commit comments