mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
3ef75d5774
Unwinding across an FFI boundary is undefined behaviour, so we can mark all external function as nounwind. The obvious exception are those functions that actually perform the unwinding.