mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +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.