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