Test that certain things abort as they should
RalfJung opened this issue · 1 comments
RalfJung commented
Our tests rely on catching panics caused by mem::uninitialized but that no longer works, these are immediate-abort panics now.
RalfJung commented
e8d1759 fixed this by disabling that test. But it's not very satisfying, ideally we'd actually test that this aborts as it should... but I don't see an easy way to do this, unfortunately. Maybe textest can do it but if so then I haven't found out how (see nextest-rs/nextest#804).