mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:48:11 +00:00
Properly reject the `may_unwind` option in `global_asm!` This was accidentally accepted even though it had no effect in `global_asm!`. The option only makes sense for `asm!` which runs within a function.