mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
04a6f22f79
`destroy_value` is/can be called from C code (libc). Unwinding from Rust to C code is undefined behavior, which is why unwinding is caught here.