rust/compiler/rustc_builtin_macros
Matthias Krüger 06333e092b
Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko
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.
2022-08-02 17:17:34 +02:00
..
src Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko 2022-08-02 17:17:34 +02:00
Cargo.toml Update smallvec to 1.8.1. 2022-06-27 08:48:55 +10:00