rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
524 stars 240 forks source link

Fix i686-pc-windows-gnu missing dbghelp module #571

Closed wesleywiser closed 9 months ago

wesleywiser commented 9 months ago

i686-pc-windows-gnu also needs to use the dbghelp module so it should be declared when building for that target.

Discovered when attempting to update the backtrace module in rust-lang/rust.

wesleywiser commented 9 months ago

Thanks @ChrisDenton!