mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
a57d7539cb
Handle inline asm in has_ffi_unwind_calls This is required for the soundness of `options(may_unwind)`. Extracted from https://github.com/rust-lang/rust/pull/149141.