Y
Hacker News
new
|
ask
|
show
|
jobs
by
pornel
1000 days ago
Rust has extern "C-unwind" now, so if you can modify the C code to call Rust's panic instead of longjmp, it will unwind
and
run destructors properly.