1
Fork 0
rust/compiler/rustc_builtin_macros
Amanieu d'Antras 96c955e66b 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 06:29:32 +01:00
..
src Properly reject the may_unwind option in global_asm! 2022-08-02 06:29:32 +01:00
Cargo.toml Update smallvec to 1.8.1. 2022-06-27 08:48:55 +10:00