That's essentially a process-abort level panic, which then your whole environment would die. Unfortunately there's not much we can do about that. This will catch all unwindable panics however, so that's quite a lot but yeah there's an edge-case.https://doc.rust-lang.org/std/panic/fn.catch_unwind.html
nazka|3 years ago