mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35: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.