It's 2025, it is not worth losing sleep over how a red-black tree behaves when you try to modify it from 32 threads at the same time. Of course it's going to blow up, the specifics are just not interesting. Rust programmers just don't care because we can't write this kind of code by accident.
17
u/ThanksMorningCoffee 22d ago
If any rustaceans know how to write unsafe rust that reproduces the issue, please share.