Notes + Interviews on Fallible Collection Allocations

Could you elaborate? Poisoning actually helps dealing with unwinding; if it wasn't for poisoning, unwinding would be much more likely to introduce subtle bugs into programs. So it actually seems to me like especially when you do unwinding should you use concurrency primitives that do poisoning.

If you don't do unwinding, things will never be poisoned anyway.