rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
516 stars 237 forks source link

Update some comments #630

Closed ChrisDenton closed 1 month ago

ChrisDenton commented 1 month ago

I've replaced the comment about MSVC in src/backtrace/dbghelp*.rs as the same code is used for windows-gnu, see https://github.com/rust-lang/backtrace-rs/blob/5e05efa87905fb5b351a2bc5644d60c57d6d9327/src/backtrace/mod.rs#L169-L199

ChrisDenton commented 1 month ago

And now that I look at dbghelp64.rs, it doesn't actually use dbghelp.dll at all so the name is outdated. But I don't feel strongly about changing it.