As mentioned in #144745 (comment), Rust's tests/ui/asm/x86_64/may_unwind.rs started failing on Windows after b933f0c
On the PR, there seemed to be rough consensus around the proposed fix of
Maybe we should make the compiler insert a nop after inline asm blocks marked "unwind"?