We should fix Rust builds when sanitizers are enabled - [x] asan - Works as-is - [ ] tsan - example failure: https://github.com/Rust-for-CPython/cpython/actions/runs/22603598706/job/65491451673 - [ ] ubsan - not supported by Rust, so we should do a normal Rust build when ubsan is enabled There's an additional open question about whether Rust's sanitzer support works with gcc's (I expect not?), but it'd be good to follow up on that.
We should fix Rust builds when sanitizers are enabled
There's an additional open question about whether Rust's sanitzer support works with gcc's (I expect not?), but it'd be good to follow up on that.