rust-lang / backtrace-rs

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

Test with a variety of linkers? #629

Open workingjubilee opened 1 month ago

workingjubilee commented 1 month ago

We should probably try to make sure backtrace's tests run against a variety of linkers, so that something like https://github.com/rust-lang/backtrace-rs/pull/627 doesn't creep up on us again.

workingjubilee commented 1 month ago

Testing with mold would be particularly good (in the sense that, of linkers, mold is currently particularly buggy, relatively speaking).